Projects
Get a Project
Retrieve a Project from its project_id or project_name.
GET
Authentication
Authentication
Every request sent to Scale’s API requires authentication. In short, your API Key is the Bearer token. See the Authentication section for more details.
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. A unique identifier for the project.
Example:
"project_abc123"
The name of the project.
Example:
"My Scale Project"
Response
Project details.
Unique identifier for the project
Example:
"project_abc123"
The name of the project.
Example:
"My Scale Project"
A timestamp formatted as an ISO 8601 date-time string.
List of project types associated with the project.
Available options:
SFT, RLHF: Pref Ranking, RLHF: Pref Ranking with Rewrites, RLVR: Reinforcement Learning with Verifiable Rewards, Rubrics, Process Supervision, Evals, Prompt Generation, Content Understanding, Other Example:
["RLHF: Pref Ranking"]List of models associated with the project.
The name of the model that generated the message.
Example:
["gpt-4", "my-model-123"]
