v1

latestOpenAPI 3.1.02026-07-1744202324.0 KB
Components

Get team components

Get a paginated list of published components within a team library.

get/v1/teams/{team_id}/components

Path parameters

team_idstring required

Id of the team to list components from.

Query parameters

page_sizenumber

Number of items to return in a paged list of results. Defaults to 30.

afternumber

Cursor indicating which id after which to start retrieving components for. Exclusive with before. The cursor value is an internally tracked integer that doesn't correspond to any Ids.

beforenumber

Cursor indicating which id before which to start retrieving components for. Exclusive with after. The cursor value is an internally tracked integer that doesn't correspond to any Ids.

Response

Response from the GET /v1/teams/{team_id}/components endpoint.

status200 required

The status of the request.

errorfalse required

For successful requests, this value is always false.