Use this file to discover all available pages before exploring further.
The List Deployments endpoint returns a paginated snapshot of your most recent deployment activity across every project in your account. Each deployment object includes a fully embedded project relation, so you have everything you need — project name, repository, and deployment URL — in a single request without additional round-trips.
This endpoint requires an active session. Authentication is handled via a
session cookie issued after sign-in. See the
Authentication reference for details.
This endpoint accepts no query parameters or request body. Results are automatically scoped to the authenticated user — you will never see deployments belonging to other accounts.
Stored build-and-deploy log output. Populated after the deployment
completes (either SUCCESS or FAILED). During active deployments,
use the Deployment Logs SSE stream.
Full project object embedded in every deployment. Key fields include
id, name, repositoryFullName, defaultBranch, deploymentUrl,
buildCommand, startCommand, and rootDirectory.