Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.xenia.team/api/v1/task/projects/{projectId} \ --header 'x-client-key: <api-key>' \ --header 'x-client-secret: <api-key>'
{ "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "workspaceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>", "isPaused": true, "isLocationAutoTag": true, "entityIds": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "assigneesRoles": "<array>", "metadata": {}, "state": "ready", "CreatedBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "UpdatedBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "deletedAt": "2023-11-07T05:31:56Z", "ProjectAccess": [ {} ], "NextTask": [ {} ] }, "extra_meta": {} }
UUID of the project to retrieve
Project details successfully returned
Show child attributes