Security
ApiKeyAuth
- https://llm-api.treasuredata.comhttps://llm-api.treasuredata.com/api/agents
- https://llm-api.eu01.treasuredata.comhttps://llm-api.eu01.treasuredata.com/api/agents
- https://llm-api.ap02.treasuredata.comhttps://llm-api.ap02.treasuredata.com/api/agents
- https://llm-api.treasuredata.co.jphttps://llm-api.treasuredata.co.jp/api/agents
curl -i -X GET \
'https://llm-api.treasuredata.com/api/agents?include=createdBy%2CupdatedBy&sort=id' \
-H 'Authorization: TD1 <YOUR_TOKEN_HERE>'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": [ { … } ] }