torqee Developers
Guides

Errors

Error codes returned by the public Connect API.

Error responses use a JSON object with an error code:

{ "error": "unauthorized" }

Some errors include extra fields, such as filter_cost_exceeded.

HTTP statusCodeMeaningAction
400invalid_requestQuery parameters or request shape failed validation.Check the API reference and retry with valid parameters.
400invalid_filtersThe SSE filters value is not valid URL-encoded JSON or does not match the filter schema.Encode a JSON array of filter entries. Include sessionId for transcript.segment.created.
400filter_cost_exceededThe SSE filters are valid but exceed the cost budget.Reduce the number of entries or split subscriptions.
401unauthorizedBearer token is missing, invalid, expired, lacks workspace_id, or the API key is invalid.Send a valid OAuth token or torqee_ API key.
403forbiddenThe issuer is no longer an active member of the workspace.Reauthorize or restore workspace membership.
403insufficient_scopeThe credential does not include the scope required by the endpoint, event type, or MCP tool.Request or issue a credential with the required read scope.
404not_foundThe requested session or board content does not exist.Verify the resource ID belongs to the credential workspace.
404workspace_not_foundConnect could not resolve the tenant database for the credential workspace.Check workspace provisioning and contact torqee support if it persists.
429connection_limitThe workspace has too many concurrent SSE streams.Close unused streams and reconnect with backoff.
500internal_server_errorAn unexpected server error occurred.Retry later; internal details are not exposed in the response.