organization-keys

List Own Keys

List the caller's own API keys in their active organization, newest first.

Only keys billed to the caller's own user: an operator-minted key assigned to them is theirs to see here, and nobody else's key ever is. Naming a workspace outside their organization lists nothing rather than refusing, so the filter reports no more than the unfiltered read does.

get/v1/organizations/me/keys

Query parameters

skipinteger
limitinteger
workspace_idstring uuid nullable

Only keys in this workspace.

Only keys in this workspace.

Response

Successful Response

allowed_modelsstring[] nullable required
capture_agent_telemetryboolean nullable required
created_atstring required
exclude_from_budgetboolean required
expires_atstring nullable required
idstring required
is_activeboolean required
key_namestring nullable required
key_prefixstring nullable required
last_used_atstring nullable required
metadataobject required
reject_user_mismatchboolean nullable required
user_idstring nullable required
workspace_idstring uuid required

Changes