Listar Escuadras
Escuadras
Listar Escuadras
Devuelve la lista de escuadras registradas.
GET
Listar Escuadras
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
AutenticaciónRequiere el encabezado
authorization: <tu_token>.
Ejemplo (cURL)
Respuestas
Response - Success
response
500 — Error del Servidor
400 — Error del Cliente
Campos
| Campo | Tipo | Descripción |
|---|---|---|
| id | string | ID de la escuadra |
| name | string | Nombre |
| description | string | Descripción |
| enabled | boolean | Si está habilitado |
| createdAt | string | Fecha de creación (ISO 8601) |
