Retrieve agents by their external IDs. The response returns the agents in the same order as in the request.
Successful Response
The response for a failed request.
{- "ignoreUnknownIds": false,
- "items": [
- {
- "externalId": "string"
}
]
}
{- "items": [
- {
- "createdTime": 0,
- "description": "string",
- "externalId": "string",
- "instructions": "string",
- "lastUpdatedTime": 0,
- "model": "azure/o3",
- "name": "string",
- "ownerId": "string",
- "tools": [ ]
}
]
}