Skip to content

List Codexgate Agents

GET
/v1/admin/codexgate/agents
curl --request GET \
--url https://example.com/v1/admin/codexgate/agents
x-pomerium-jwt-assertion
Any of:
string

Successful Response

Media typeapplication/json
AgentPersonaListOut
object
items
Items
Array<object>
AgentPersonaOut
object
agent_key
required
Agent Key
string
display_name
required
Display Name
string
purpose
Purpose
string
""
stable_identity
Stable Identity
string
""
default_engine
Default Engine
string
""
allowed_packs
Allowed Packs
Array<string>
gitops_surfaces
Gitops Surfaces
Array<string>
total
Total
integer
0
Example
{
"items": [
{
"purpose": "",
"stable_identity": "",
"default_engine": ""
}
],
"total": 0
}

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object
Examplegenerated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example",
"input": "example",
"ctx": {}
}
]
}