Returns the details of a specific squad.
GET https://gateway.orkeia.ai/squads/{id}
Authenticationauthorization: <your_token>.
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| id | string | Yes | Unique identifier of the squad | SQUAD_1234 |
| 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) |