agents

Get an Agent.

Retrieve a specific Agent by its unique identifier.

get/v1/agents/{id}

Path parameters

idstring required

The unique identifier of the Agent to retrieve.

Response

Agent retrieved successfully.

idstring required

The unique identifier of the Agent.

namestring required

The name of the Agent.

create_time_msinteger required

The creation time of the Agent (Unix timestamp milliseconds).

is_publicboolean required

Whether the Agent is publicly accessible.

Changes