Skip to main content
Retrieve an agent by identifier. The response is OpenAI beta Agents compatible, so client SDKs written for OpenAI’s Agents resource work against Aria Agent Cloud without changes.

Endpoint

Authentication

Authorization: Bearer <api_key> or Authorization: ApiKey <api_key>.

Path parameters

string
required
Agent identifier.

Response

string
Agent identifier.
string
Always agent.
string
Display name.
string
Backing model identifier.
string
System instructions for the agent.
array
Tool definitions attached to the agent.
object
Free-form metadata.
integer
Unix seconds.

Example