cURL
curl --request POST \ --url https://dashboard.sequentum.com/api/v1/agent-builder/{sessionId}/cancel \ --header 'Authorization: Bearer <token>'
{ "type": "<string>", "title": "<string>", "status": 123, "detail": "<string>", "instance": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.sequentum.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.sequentum.com/llms.txt
Use this file to discover all available pages before exploring further.
API Key authorization header. Example: "Authorization: ApiKey {your-api-key}"
OAuth 2.0 Bearer token. Example: "Authorization: Bearer {access-token}"
The session ID
OK