Skip to main content
GET
cURL

Authorizations

x-api-key
string
header
required

API Key authentication. Format: 'x-api-key: api_key'

Query Parameters

created_at__gt
string<date-time>
created_at__gte
string<date-time>
created_at__lt
string<date-time>
created_at__lte
string<date-time>
date
string<date>
page
integer

A page number within the paginated result set.

page_size
integer

Number of results to return per page.

pipeline_slug
string[]

Multiple values may be separated by commas.

pipeline_trigger_type
string[]

Multiple values may be separated by commas.

pipeline_type
string[]

Multiple values may be separated by commas.

A search term.

sort
enum<string>[]

Ordering

  • created_at - Created at
  • -created_at - Created at (descending)
  • updated_at - Updated at
  • -updated_at - Updated at (descending)
Available options:
-created_at,
-updated_at,
created_at,
updated_at
status
string[]

Multiple values may be separated by commas.

tag
string
updated_at__gt
string<date-time>
updated_at__gte
string<date-time>
updated_at__lt
string<date-time>
updated_at__lte
string<date-time>

Response

200 - application/json
count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?page=4"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?page=2"