Skip to main content
GET
Get agent

Authorizations

X-Api-Key
string
header
required

The API Key created in Rounded Studio.

Path Parameters

agent_id
string<uuid>
required

The ID of the agent to get.

Query Parameters

version
integer | null

The configuration version of the agent to get. If not provided, the latest published version is returned.

Response

Successfully updated agent

data
AgentGetApiResponseData · object
required

The agent data retrieved.

message
string
default:Agent retrieved successfully

Response message indicating the result of the operation.

error
ApiResponseError · object | null
Example:
status
integer
default:200

HTTP status code of the response.