Skip to main content
GET
cURL

Authorizations

x-api-key
string
header
required

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

Query Parameters

activity_type
string[]

Multiple values may be separated by commas.

created_at__gt
string<date-time>
created_at__gte
string<date-time>
created_at__lt
string<date-time>
created_at__lte
string<date-time>
destination_id
string[]

Multiple values may be separated by commas.

notebook_slug
string[]

Multiple values may be separated by commas.

page
integer

A page number within the paginated result set.

page_size
integer

Number of results to return per page.

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
source_id
string[]

Multiple values may be separated by commas.

transformation_id
string[]

Multiple values may be separated by commas.

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"