List skills
List AI SRE skills visible to the caller across account and team scopes, with pagination.
Restrictions
Usage
- The
contentfield is omitted in list rows; fetch a single skill to read its body. scopeselectsall(default),account-only, orteam-only, overridinginclude_account; non-admins requesting specificteam_idsare silently filtered down to the teams they belong to.update_availablecompares against the marketplace catalog once per call; if the catalog fails to load, the badge is simply suppressed rather than the request failing.
Authorizations
App key issued from the Flashduty console. Required on every public API call. Keep it secret — it grants the same access as the owning account.
Body
Pagination, search, and team filter for listing skills.
Page number, 1-based.
Page size.
Restrict results to all (default), account-only (team_id=0), or team-only (excludes account-scoped rows). Overrides include_account when set.
all, account, team Free-text search across skill name, description, English description, skill ID, marketplace source template name, and author.
128Filter to these team IDs; empty = the caller's visible set.
Include account-scoped (team_id=0) rows. Defaults to true. Ignored when scope is account or team.
Response
Success
Standard response envelope used by every Flashduty public API. On success data contains the endpoint-specific payload and error is absent. On failure error is present and data is absent. request_id is always present and is also mirrored in the Flashcat-Request-Id response header.