Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Key

Description

X-SL-StatusCode

Status code indicating the results of the request.

Learn more: HTTP Status Code Registry

Response Body

The results include only the Task runs that you have permissions to view. Org Admins can view all Task runs.

Code Block
{
  "response_map": {
    "organization": "...",
    "daily_limit": ...,
    "daily_call_used": ...,
    "concurrent_limit": ...,
    "concurrent_call_in_progress": ...
  },
  "http_status_code": 200
}

...