Get the headers for an Agent's execution history

head/bots/{agentId}/history

Get the headers for an Agent's execution history by its ID.

Request Samples

Path Parameters

NameTypeRequiredDescription
agentId
string
true

The ID of the Agent.

Query Parameters

NameTypeRequiredDescription
filter
string<filter-criteria>
false

Filter criteria for returned objects. See Filtering in REST APIs.

limit
integer
false

Maximum number of objects to return. Defaults to 10.

start
integer
false

0-based Offset of first object to return. Defaults to 0.

Header Parameters

NameTypeRequiredDescription
Accept
string
false

The desired representation for the response.

Allowed values:
application/vnd.sas.collection+jsonapplication/json
Default:
application/vnd.sas.collection+json
Accept-Item
string
false

The desired item representation, the default is application/vnd.sas.metadata.bot.history+json.

Allowed values:
application/vnd.sas.metadata.bot.history+jsonapplication/json
Default:
application/vnd.sas.metadata.bot.history+json

Responses

StatusMeaningDescription
200OK

The request succeeded.

Headers
400Bad Request
401Unauthorized

Not authenticated.

Schema
403Forbidden
404Not Found
406Not Acceptable

Not Acceptable. Include an Accept header with a supported value on the request.

Schema
415Unsupported Media Type

Unsupported Media Type. Include a Content-Type header with a supported value in the request.

Schema