Skip to content

index

Request

Security
ApiKeyAuth
Query
includestring
Example:include=createdBy,updatedBy
sortstring
Example:sort=id
curl -i -X GET \
  'https://llm-api.treasuredata.com/api/agents?include=createdBy%2CupdatedBy&sort=id' \
  -H 'Authorization: TD1 <YOUR_TOKEN_HERE>'

Responses

List of available agents for the current user

Bodyapplication/vnd.api+json
dataArray of objectsrequired
metaobjectrequired
includedArray of objects
Response
{ "data": [], "meta": { "total": 0 }, "links": { "first": "http://www.example.com/api/agents?page%5Blimit%5D=20&page%5Boffset%5D=0", "last": "http://www.example.com/api/agents?page%5Blimit%5D=20&page%5Boffset%5D=0" }, "included": [ {} ] }