cURL
curl --request GET \ --url https://api.utage-system.com/v1/accounts/{account_id}/scenarios \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "title": "<string>", "open_title": "<string>" } ] }
指定アカウント配下のシナリオ一覧を取得します。
Documentation IndexFetch the complete documentation index at: https://docs.utage-system.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.utage-system.com/llms.txt
Use this file to discover all available pages before exploring further.
GET
https://api.utage-system.com/v1/accounts/{account_id}/scenarios
APIキーをBearerトークンとして指定
アカウントID
シナリオ名で部分一致検索
シナリオ一覧
Show child attributes