Skip to main content
GET
/
tasks
/
limits
{
  "results": {
    "limit": 123,
    "current": 123
  }
}
{
  "status": "<string>",
  "context": {},
  "type": "<string>",
  "title": "<string>",
  "detail": "<string>",
  "violations": [
    {
      "title": "<string>",
      "propertyPath": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

space
string

Space Identifier

Response

Success

results
object