v1
latestOpenAPI 3.1.02026-07-228956435.8 KBOnboardings
List onboardings
Lists the onboardings of the entity. Only onboardings belonging to the organization of the API key used are visible.
get/entities/{entity_id}/onboardings
Path parameters
entity_idstring required
The unique identifier of the entity (for example ent_8anBwgZktbZH6ydyHa6Tm0eM).
Query parameters
ending_beforestring
Cursor for pagination. Use the id of the first onboarding on the current page to fetch the previous page. Cannot be combined with starting_after.
limitinteger
Maximum number of onboardings to return per page. Defaults to 30, with a maximum of 300.
starting_afterstring
Cursor for pagination. Use the id of the last onboarding on the current page to fetch the next page. Cannot be combined with ending_before.
Response
The list of onboardings of the entity, each as a compact object with its status and timestamps.