Projects
Default project
Switching projects in the UI
Filtering via the REST API
# Judges in a specific project
curl 'https://api.scorable.ai/v1/judges/?project_id=<project-uuid>' \
-H 'authorization: Api-Key $MY_API_KEY'
# Execution logs scoped to a project, optionally combined with tag filters
curl 'https://api.scorable.ai/v1/execution-logs/?project_id=<project-uuid>&tags=staging' \
-H 'authorization: Api-Key $MY_API_KEY'Python SDK
TypeScript SDK
CLI
Setting a default project for your shell
Creating, renaming, deleting
Last updated