Projects
Get a Project
Retrieve a Project from its project_id or project_name.
GET
Required query parameters
You are expected to provide one of the following:
- Project ID (
project_id) - Project Name (
project_name)
Authorizations
Your API Key is the Bearer token. See the Authentication section to learn how to access your key.
Query Parameters
Scale's unique identifier for the project.
Example:
"project_abc123"
The name of the project.
Example:
"My Scale Project"
Response
200
application/json
Project details.
The response is of type object.

