Create Task Agent Run Support Request

Request support for one or more visible Task Agent runs. The request stores metadata plus a redacted diagnostic snapshot for each listed run. The response returns metadata only and never includes the support payload.

Authentication

AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

OR
AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

Path parameters

org_idstringRequiredformat: "uuid"
The organization ID
project_idstringRequiredformat: "uuid"
The project ID
task_agent_idstringRequiredformat: "uuid"
The task agent ID

Request

This endpoint expects an object.
run_idslist of stringsRequired
annotationstring or nullOptional<=4000 characters

Response

Support request created
idstringformat: "uuid"
org_idstringformat: "uuid"
project_idstringformat: "uuid"
requested_by_user_idstring or nullformat: "uuid"
statusenum or string
createdstring
annotationstring or nullOptional
payload_redacted_atstring or nullOptional
payload_redacted_by_user_idstring or nullOptionalformat: "uuid"
redaction_reasonstring or nullOptional
modifiedstring or nullOptional
snapshot_entrieslist of objectsOptional

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error