Skip to main content
GET
List introduction instances

Authorizations

x-api-key
string
header
required

API key for authentication. Generate keys in the Doozy dashboard.

Path Parameters

introductionId
string
required

Introduction ID

Example:

"intro_abc123"

Query Parameters

limit
integer
default:25

Maximum number of results to return (default: 25, max: 100)

Required range: 1 <= x <= 100
Example:

25

starting_after
string

Cursor for pagination

Example:

"inst_abc123"

Response

List of introduction instances

object
enum<string>
required

String representing the object type

Available options:
list
Example:

"list"

data
object[]
required

Array of instance objects

has_more
boolean
required

Whether there are more results available beyond this page

Example:

true

url
string
required

The URL for accessing this list endpoint

Example:

"/v1/introductions/intro_abc123/instances"

next_cursor
string | null
required

Cursor to fetch the next page of results. Pass as starting_after in subsequent requests.

Example:

"inst_xyz789"

previous_cursor
string | null
required

Cursor to fetch the previous page of results. Pass as ending_before in subsequent requests.

Example:

"inst_abc123"