List skills in the caller’s organization
Returns a paginated page of skills the caller can at least use. Skills the caller cannot see are filtered out (existence is hidden — no 404 enumeration). Pagination uses an opaque token returned in nextPageToken (AIP-158).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Opaque page token from a previous response's nextPageToken. Omit for the first page. AIP-158.
"eyJsYXN0SWQiOjQyfQ"
Max items per page. Defaults to 25, clamped to 100. AIP-158.
1 <= x <= 10025
Variation view. active reads deployed; draft reads the latest builder snapshot.
active, draft Case-insensitive substring filter on skill name.
"churn"
Return only skills supervised by this manager skill id.
17
Response
Page of skills the caller can at least use. Skills the caller cannot see are filtered out (not enumerated).
Opaque token for the next page; null when this was the last page. Pass as pageToken on the next request. AIP-158.
"eyJsYXN0SWQiOjQyfQ"