v1

latestOpenAPI 3.1.02026-07-1744202324.0 KB
Component Sets

Get team component sets

Get a paginated list of published component sets within a team library.

get/v1/teams/{team_id}/component_sets

Path parameters

team_idstring required

Id of the team to list component sets 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 component sets 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 component sets 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}/component_sets endpoint.

status200 required

The status of the request.

errorfalse required

For successful requests, this value is always false.