Specific Sector History
Sectors
Specific Sector History
Returns the change history of a specific sector.
GET
Specific Sector 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/sectors/{id}/history
AuthenticationRequires header
authorization: <your_token>.
Path Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| id | string | Yes | Unique identifier of the sector. | SECTOR_12345 |
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. |
| responsible | string | Name/user responsible for the change. |
| action | string | Registered action (e.g., created sector, updated sector, deleted sector). |
| type | string | Classification of the event (success, fail, neutral). |
| date | Date | Date and time of the change. |
| changes | object | Changes made to the sector fields, when applicable. |
