Skip to main content
POST
Search for items within a namespace prefix.

Authorizations

bbot-api-key
string
header
required

API key for authentication

Body

application/json

Request to search for items within a namespace prefix.

namespace_prefix
string[] | null

List of strings representing the namespace prefix.

filter
Filter · object | null

Optional dictionary of key-value pairs to filter results.

limit
integer
default:10

Maximum number of items to return (default is 10).

offset
integer
default:0

Number of items to skip before returning results (default is 0).

query
string | null

Query string for semantic/vector search.

Response

Success

items
object[]
required