Skip to content

Get

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
Invalid token.

401

Unauthenticated.

object
message
string
Unauthenticated.

404

Project not found.