Skip to main content
GET
/
reporting
/
all_routes
{
  "metadata": {
    "totalCount": 123
  },
  "results": [
    {
      "type": "<string>",
      "identifier": "<string>",
      "space": "<string>",
      "name": "<string>",
      "disabled": false,
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}
{
"status": "<string>",
"context": {},
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"violations": [
{
"title": "<string>",
"propertyPath": "<string>",
"type": "<string>"
}
]
}

Query Parameters

filter
string

Apply search criteria.

space
string

Space Identifier

Response

A list of all routes across all spaces

metadata
object
results
object[]