curl --request GET \
--url 'https://response.stateset.com/api/v1/agents/{id}' \
--header "Authorization: Bearer $RESPONSECX_API_KEY"
{
"object": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "Two-Person Tent",
"type": "standard",
"description": "Two-person tent, green — replacement for damaged pole set.",
"activated": true,
"goal": "string",
"role": "string",
"updated_at": "2026-08-31T14:22:05Z",
"instructions": "Two-person tent, green — replacement for damaged pole set.",
"settings": {
"object": "string",
"configured": true
}
}
Get one agent, including its instructions
The agent
GET
/
api
/
v1
/
agents
/
{id}
curl --request GET \
--url 'https://response.stateset.com/api/v1/agents/{id}' \
--header "Authorization: Bearer $RESPONSECX_API_KEY"
{
"object": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "Two-Person Tent",
"type": "standard",
"description": "Two-person tent, green — replacement for damaged pole set.",
"activated": true,
"goal": "string",
"role": "string",
"updated_at": "2026-08-31T14:22:05Z",
"instructions": "Two-person tent, green — replacement for damaged pole set.",
"settings": {
"object": "string",
"configured": true
}
}
Path parameters
string (uuid)
required
The agent id.
Response
Agent
string
string
string,null
string,null
string,null
boolean
string,null
string,null
string,null
string,null
Present on single-agent reads and writes only.
AgentSettingsOut
Status codes
| Code | Meaning |
|---|---|
200 | The agent |
401 | Missing, invalid, or expired API key. |
403 | The key lacks a required scope. |
404 | Not found, or not in the organization that owns the key. |
429 | Rate limit exceeded. |
Access
| Required scope | agents:read |
| Rate limit | 120 requests per minute |
curl --request GET \
--url 'https://response.stateset.com/api/v1/agents/{id}' \
--header "Authorization: Bearer $RESPONSECX_API_KEY"
{
"object": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "Two-Person Tent",
"type": "standard",
"description": "Two-person tent, green — replacement for damaged pole set.",
"activated": true,
"goal": "string",
"role": "string",
"updated_at": "2026-08-31T14:22:05Z",
"instructions": "Two-person tent, green — replacement for damaged pole set.",
"settings": {
"object": "string",
"configured": true
}
}
Last modified on August 31, 2026