List tenant-wide credentials (metadata only — never plaintext)

Returns every Actor credential in the tenant across all actors, with the owning actor's display name joined into actorName. Optionally narrow by status (ACTIVE / ROTATING_OUT / REVOKED) and/or expiresWithinDays (return only credentials whose validUntil falls within the next N days — credentials with no expiry are excluded from the window). Filters are applied server-side before pagination, so the page totals are filtered counts. A tenant with no matching credentials returns an EMPTY page with HTTP 200 — never 404.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
Query Params
string
enum

Optional lifecycle filter (ACTIVE / ROTATING_OUT / REVOKED). An unknown value returns 400.

Allowed:
int32
1 to 3650

Optional expiry window: return only credentials whose validUntil is within the next N days (1..3650). Credentials with no expiry are excluded.

integer
≥ 0
Defaults to 0

Zero-based page index (0..N)

integer
≥ 1
Defaults to 25

The size of the page to be returned

sort
array of strings
Defaults to createdAt,DESC

Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

sort
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json