Squad History
Squads
Squad History
Returns the change history of a specific squad.
GET
Squad History
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/{id}/history
AuthenticationRequires header
authorization: <your_token>.
Path Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| id | string | Yes | Unique identifier of the squad. | SQUAD_1234 |
Example (cURL)
Responses
Response - Success
response
500 — Server Error
400 — Client Error
History Fields
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier of the history event. |
| squadId | string | Identifier of the squad associated with the event. |
| action | string | Registered action (e.g., created squad, updated squad, deleted squad). |
| type | string | Event classification (success, fail, neutral). |
| date | Date | Date and time of the change. |
