Get Agent by Scope and Slug
Retrieve detailed information about a specific agent using its scope and slug
Path parameters
The scope of the agent (e.g., '@corespeed', 'openai'). The @ symbol is optional.
The slug of the agent
Response
Successful response with agent details
Example response
{
"agent": {
"agent": {
"platform": "agent0",
"url": "https://agent0.example.com/agents/abc123"
}
}
}Changes
Changed in 3 of the 11 revisions of this API.223
- ○
added the optional property
agent/developerIdto the response with the200statusresponse-optional-property-added
- ○
- ▲
the
coderesponse property const valueINTERNAL_SERVER_ERRORwas removed for the status500response-property-const-removed
- ▲
the
coderesponse property const valueNOT_FOUNDwas removed for the status404response-property-const-removed
- ●
added the new
INTERNAL_SERVER_ERRORenum value to thecoderesponse property for the response status500response-property-enum-value-added
- ●
added the new
NOT_FOUNDenum value to thecoderesponse property for the response status404response-property-enum-value-added
- ○
api operation id
getApiV1AgentsByScopeBySlugremoved and replaced withapi-operation-id-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○