List Squads
Squads
List Squads
Returns the list of registered squads.
GET
List Squads
Documentation Index
Fetch the complete documentation index at: https://docs.orkeia.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
GET https://gateway.orkeia.ai/squads
AuthenticationRequires header
authorization: <your_token>.
Example (cURL)
Responses
Response - Success
response
500 — Server Error
400 — Client Error
Fields
| Field | Type | Description |
|---|---|---|
| id | string | ID of the squad |
| name | string | Name |
| description | string | Description |
| enabled | boolean | Whether it is enabled |
| createdAt | string | Creation date (ISO 8601) |
