List all Task Forwarders

Path parameters

org_idstringRequired

The unique identifier of the organization.

project_idstringRequired

The unique identifier of the project.

Headers

AuthorizationstringRequired

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

Query parameters

page_limitintegerOptional>=1<=100

The maximum number of items to return per page. Defaults to 100 if not specified.

cursorstringOptionalformat: "uuid"

A cursor for pagination. Use the next_cursor value from the previous response to get the next page of results.

Response

Successfully retrieved task forwarders

resultslist of objects

The list of items returned for the current page.

paginationobjectOptional

Contains pagination information for the result set.

Errors