# Get

Launch stage: Beta

`GET /api/2.1/{name=supervisor-agents/*}`

Gets a Supervisor Agent.

API scopes: supervisor-agents

## Path parameters

- `name` (string, optional)
  The resource name of the Supervisor Agent.
   Format: supervisor-agents/{supervisor_agent_id}

## Returns

Returns the SupervisorAgent object.

## Response

```json
{
  "name": "string",
  "display_name": "string",
  "description": "string",
  "instructions": "string",
  "id": "string",
  "supervisor_agent_id": "string",
  "creator": "string",
  "create_time": "string",
  "endpoint_name": "string",
  "experiment_id": "string"
}
```

