Skip to main content
GET
List agents

Authorizations

Authorization
string
header
required

User-bound credential carrying an identity: either a session JWT or a user access token (at:*) generated from the user settings UI. Send as Authorization: Bearer <token>. Org API keys (iak_*) are not accepted here - they carry no user identity. Use the x-prismeai-api-key header instead (see OrgApiKeyAuth).

Query Parameters

scope
string

Comma-separated list (own, shared, published, all).

Maximum string length: 64
action
enum<string>

Reserved action (explore for store-style discovery, write to filter to writable scope).

Available options:
explore,
write
Maximum string length: 32
status
string
Maximum string length: 32
category
string
Maximum string length: 128
Maximum string length: 200
sort
enum<string>
Available options:
updatedAt,
createdAt
Maximum string length: 32
limit
string

Page size (max 100, default 20).

page
string

1-indexed page number.

Response

Page of agents (with published_config stripped on list rows).

Page of agents (with published_config stripped on list rows).

items
object[]
total
integer
page
integer
limit
integer