Get project by ID. Only the projects under current service user will be accessible.
cURL
curl --request GET \ --url https://api.pixxel.space/v0/projects/{id} \ --header 'Authorization: <api-key>'
{ "project": { "id": "<string>", "name": "<string>", "title": "<string>", "org_id": "<string>", "created_at": "<string>", "updated_at": "<string>", "metadata": {} } }
Project ID
OK
Show child attributes
ID of the project
Project slug
Project name
Workspace ID this project belongs to
Project creation datetime
Project update datetime
Additional data in the form of key-value pairs