Projects
Get project details
Returns details of a single project by its identifier.
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"
]
}{
"error": "Invalid request",
"detail": [
{
"field": null,
"message": "string",
"position": "query"
}
]
}Empty
Empty