Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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>", "created_at": "<string>" } ] }
指定アカウント配下のシナリオ一覧を取得します。
GET
https://api.utage-system.com/v1/accounts/{account_id}/scenarios
APIキーをBearerトークンとして指定
アカウントID
管理用シナリオ名で部分一致検索
シナリオ一覧
Show child attributes