Skip to main content
GET
List orchestration addresses

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userId
string
required

ID of the user

Query Parameters

createdBefore
string<date-time>

Cursor for the next page. Pass the previous response's nextCursor value to return records created strictly before that timestamp.

limit
integer
default:50

Maximum number of records to return. 1–200, defaults to 50.

Required range: 1 <= x <= 200

Response

A paginated list of orchestration addresses for the user.

Paginated list of orchestration addresses.

count
integer

Number of records returned in this page.

records
object[]
nextCursor
string<date-time> | null

Pass this value as createdBefore to retrieve the next page. null means no next page is advertised.