v1

latestOpenAPI 3.1.02026-07-1750229379.2 KB
Styles

Get team styles

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

get/v1/teams/{team_id}/styles

Path parameters

team_idstring required

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

status200 required

The status of the request.

errorfalse required

For successful requests, this value is always false.