/
AG
agentserver
/
agentserver API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 1mo ago
Details
Filter operations
Admin
15
Agent
16
get
Discover agents in the calling agent's workspace (proxy_token auth)
post
Register or update an agent capability card
get
Read messages from the calling agent's inbox
post
Send a message to another agent's mailbox
post
Register an agent (obtain sandbox credentials)
post
Create a delegated task (proxy_token auth)
get
Get a task by ID (proxy_token auth)
put
Update task status (proxy_token auth)
get
Poll for pending tasks (proxy_token auth)
get
Inspect the calling agent identity (proxy_token auth)
get
Get a single agent card by sandbox ID
get
Get a task by ID
post
Cancel a task
get
List agent cards in a workspace
get
List delegated tasks for a workspace
post
Create a delegated task in a workspace
Auth
5
Codex Browser Sessions
1
Codex Tokens
3
Connectors
5
Exec-Audit
10
IM Channels
9
MCP PATs
4
Misc
18
Sandboxes
8
Workspace API Keys
4
Workspaces
14
Agent
Get a task by ID (proxy_token auth)
get
/api/agent/tasks/{id}
Path parameters
id
string
required
Task ID
Response
OK
AgentTaskDetail
required
completed_at
string
nullable
created_at
string
required
failure_reason
string
nullable
num_turns
integer
prompt
string
required
requester_id
string
{"stackTrail":"components:schemas:AgentTaskDetail:properties:result","oasType":"schema","type":"unknown","nullable":true}
session_id
string
nullable
skill
string
nullable
status
string
required
target_id
string
required
task_id
string
required
total_cost_usd
number
nullable
workspace_id
string
required
Example response
{ "status": "pending" }
Changes