Projects
Retrieve a project
Retrieves a single project or subproject.
A project ID outside the caller's project tree returns 404 Not Found.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Management.
Learn more about API scopes.
get/api/projects/{id}
Path parameters
idstring uuid required
Universal Unique Identifier.
The unique identifier of the project or subproject.
Response
The request has succeeded.
Example response
{
"name": "Acme Staging",
"subproject": true,
"region_preference": "us-west",
"force_https_requests": true,
"created_at": "2024-05-06T12:20:00Z",
"updated_at": "2024-05-06T12:20:00Z"
}