English
Documentation
How to use the Orkeia AI platform
Retrieves the details of a specific sector by its ID.
GET https://gateway.orkeia.ai/sectors/{id}
authorization: <your_token>
curl -X GET "https://gateway.orkeia.ai/sectors/SECTOR_12345" \ -H "authorization: <your_token>"
{ "status": "OK", "data": { "id": "SECTOR_12345", "name": "Technology", "description": "IT Sector" } }
{ "status": "ERROR", "code": "server/error", "data": null }
{ "status": "ERROR", "code": "client/error", "data": null }
Was this page helpful?