Components

List components

List status page components in a project.

get/components

Query parameters

projectIdstring uuid

Project to list components for. Auto-filled from CLI and SDK context when omitted.

limitinteger

Maximum number of components to return per page.

cursorstring uuid

Cursor from a previous response's nextCursor to fetch the next page.

boolean
OR
string

Response

OK

nextCursorstring uuid nullable required

Pass as 'cursor' to fetch the next page. Null when there are no more results.

Changes

No recorded changes to this endpoint across all 4 revisions of this API.