Projects

Get project details

Returns details of a single project by its identifier.

GET
/project/{project_id}
AuthorizationBearer <token>

Token-based authentication using access tokens.

In: header

Path Parameters

project_idstring

Response Body

Examples

curl -X GET "https://v2.api.piktid.com/project/string"
{
  "project_id": "string",
  "project_name": "string",
  "created_at": "string",
  "jobs": [
    "string"
  ]
}
Empty
Empty
Empty