Get project config

GET/v1/projects/{client_id}/config

Use 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
Secret key or browser activation tokenSandbox thisOpen as Markdown ↗

Request parameters

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.

Errors

unauthorized401

Missing secret key.

forbidden403

Key does not belong to this project.

not_found404

Project was not found.

Related

Need rollout review?

Start with the Server API. Use contact only when you need rollout review, enterprise coordination, or non-standard integration help.

Contact the team