curl --request GET \
--url http://api.stuut.ai/v1/call-agent-scenarios \
--header 'Authorization: Bearer <token>'{
"data": [
{
"object": "<string>",
"response": "<string>",
"scenario": "<string>",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z"
}
],
"current_page": 0,
"total_records": 0,
"next_page": null
}curl --request GET \
--url http://api.stuut.ai/v1/call-agent-scenarios \
--header 'Authorization: Bearer <token>'{
"data": [
{
"object": "<string>",
"response": "<string>",
"scenario": "<string>",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z"
}
],
"current_page": 0,
"total_records": 0,
"next_page": null
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful response
Show child attributes
What the agent should say in response to the scenario.
An example scenario of what the end user would say.
32The current page.
Total number of records.
The next page, if one exists.