Errors
Reference for all error codes returned by the Oz platform API. Each error includes an HTTP status, machine-readable code, and actionable resolution steps.
Response format
{
"type": "https://docs.warp.dev/reference/api-and-sdk/troubleshooting/errors/invalid-request",
"title": "The request contains invalid or missing parameters.",
"status": 400,
"detail": "schedule_id is required",
"instance": "/api/v1/agent/tasks",
"error": "The request contains invalid or missing parameters. (schedule_id is required)",
"retryable": false,
"trace_id": "abc123def456..."
}Field reference
Error categories
User errors
Platform errors
Using the trace_id
trace_idRelated
Last updated
Was this helpful?