Security
ApiKeyAuth
- https://llm-api.treasuredata.comhttps://llm-api.treasuredata.com/api/actions
- https://llm-api.eu01.treasuredata.comhttps://llm-api.eu01.treasuredata.com/api/actions
- https://llm-api.ap02.treasuredata.comhttps://llm-api.ap02.treasuredata.com/api/actions
- https://llm-api.treasuredata.co.jphttps://llm-api.treasuredata.co.jp/api/actions
curl -i -X GET \
'https://llm-api.treasuredata.com/api/actions?filter%5Bparent_segment_id%5D=0&filter%5Bproject_id%5D=00000000-0000-0000-0000-000000000001&filter%5Bprompt_id%5D=00000000-0000-0000-0000-000000000001&filter%5Bservice_type%5D=HOGE_HOGE&filter%5Bskip_managed%5D=false&filter%5Bui_tags%5D=lang%3Aes&page%5Blimit%5D=20' \
-H 'Authorization: TD1 <YOUR_TOKEN_HERE>'Response
{ "data": [ { … }, { … } ], "meta": { "total": 45 }, "links": { "first": "http://www.example.com/api/actions?filter%5Bui_tags%5D=lang%3Aes&page%5Blimit%5D=20&page%5Boffset%5D=0", "last": "http://www.example.com/api/actions?filter%5Bui_tags%5D=lang%3Aes&page%5Blimit%5D=20&page%5Boffset%5D=40", "next": "http://www.example.com/api/actions?filter%5Bui_tags%5D=lang%3Aes&page%5Blimit%5D=20&page%5Boffset%5D=40", "prev": "http://www.example.com/api/actions?filter%5Bui_tags%5D=lang%3Aes&page%5Blimit%5D=20&page%5Boffset%5D=0" } }