Get project config
GET
/v1/projects/{client_id}/configUse this to inspect the server-stored defaults that jobs use. Secret values are never returned by this endpoint.
AUTH
Secret key or browser activation token
CONTENT TYPE
application/json
STATUS
Stable
Request parameters
- client_id
- string
- Required
- Project ID (client_id, WAVEBIRD_CLIENT_ID), formatted like wbproj_....
| Name | Type | Required | Description |
|---|---|---|---|
| client_id | string | Required | Project ID (client_id, WAVEBIRD_CLIENT_ID), formatted like wbproj_.... |
Returns
- client_id
- string
- Project ID (client_id, WAVEBIRD_CLIENT_ID), formatted like wbproj_....
- defaults
- object
- Public runtime defaults applied to jobs.
- allowed_origins
- string[]
- Origins configured for publishable-key browser flows.
- request_id
- string
- Support identifier.
| Name | Type | Description |
|---|---|---|
| client_id | string | Project ID (client_id, WAVEBIRD_CLIENT_ID), formatted like wbproj_.... |
| defaults | object | Public runtime defaults applied to jobs. |
| allowed_origins | string[] | Origins configured for publishable-key browser flows. |
| request_id | string | Support identifier. |
Errors
CODESTATUSWHEN IT HAPPENS
unauthorized401Missing secret key.
forbidden403Key does not belong to this project.
not_found404Project was not found.