Skip to content

index

Request

Security
ApiKeyAuth
Query
filter[parent_segment_id]integer
Example:filter[parent_segment_id]=0
filter[project_id]string
Example:filter[project_id]=00000000-0000-0000-0000-000000000001
filter[prompt_id]string
Example:filter[prompt_id]=00000000-0000-0000-0000-000000000001
filter[service_type]string
Example:filter[service_type]=HOGE_HOGE
filter[skip_managed]string
Enum:"auto""true""false"
Example:filter[skip_managed]=false
filter[ui_tags]string
Example:filter[ui_tags]=lang:es
page[limit]integer, <= 100
Example:page[limit]=20
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>'

Responses

List of actions filtered by UI tags

Bodyapplication/vnd.api+json
dataArray of objectsrequired
metaobjectrequired
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" } }