Get
GET /projects/{uuid}
GET
/projects/{uuid}
Get project by UUID.
Authorizations
Parameters
Path Parameters
uuid
required
string
Project UUID
Responses
200
Project details
Project model
object
id
integer
uuid
string
name
string
description
string
environments
The environments of the project.
Array<object>
Environment model
object
id
integer
name
string
project_id
integer
created_at
string
updated_at
string
description
string
400
Invalid token.
object
message
string
401
Unauthenticated.
object
message
string
404
Project not found.