Get a project by ID
Fetches a single project by its ID.
GET
/api/workspaces/{id}/projects/{projectId}Path parameters
idnumberrequiredPath parameter: id
projectIdnumberrequiredPath parameter: projectId
Request
curl
curl -X GET https://platform.trickest.com/api/workspaces/{id}/projects/{projectId} \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Project details
idstringrequirednamestringrequireddescriptionstringspace_idstringspace_infostringspace_namestringauthorstringworkflow_countnumbermetadataobjectcreated_datestringrequiredmodified_datestringrequired400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring