Skip to main content
GET
List snippets

Authorizations

x-api-key
string
header
default:bd_live_your_key_here
required

Query Parameters

status
enum<string>

Filter by snippet status

Available options:
ACTIVE,
ARCHIVED
limit
object

Maximum number of snippets to return (1-100)

cursor
string

Cursor from a previous response, to fetch the next page

Response

data
object[]
required
nextCursor
string | null
required

Opaque cursor for the next page; null when there are no more results. Pass it back as the cursor query parameter.