Skip to main content
GET
Get an agent by name

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

name
string
required

The agent's name.

Response

OK

An agent identified by name, with its current revision's full configuration and the list of all its revisions newest first.

name
string
required

The agent's name.

current
object
required

One revision of an agent, with its full configuration.

revisions
object[]
required

All revisions of the agent, newest first.