Returns the change history of all squads.
GET https://gateway.orkeia.ai/squads/history
Authenticationauthorization: <your_token>.
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier of the history event. |
| squadId | string | Identifier of the squad associated with the event. |
| responsible | string | Name/username responsible for the change. |
| 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. |