Delivery, events and snapshots endpoints
Deployments, project timeline, snapshots and current publication state.
GET /projects/{projectId}/deployments
| Parameter | Behaviour |
|---|---|
status | Exact deployment status. |
environment | Exact environment, maximum 40 characters. |
sort | created_at, updated_at, started_at, finished_at, status |
Returns provider, status, environment, deployment and inspect URLs, package counts, source snapshot information, error message and lifecycle timestamps.
GET /projects/{projectId}/events
| Parameter | Behaviour |
|---|---|
event_type | Exact event type, maximum 80 characters. |
q | Case-insensitive search in event title. |
sort | created_at, event_type, title |
Event payloads are recursively sanitized. Fields with authorization, cookie, password, secret, token, API-key, private-key or encrypted-value names are omitted.
GET /projects/{projectId}/snapshots
Returns deployment-backed snapshots with source linkage, packaged file and asset counts and completion time.
| Parameter | Behaviour |
|---|---|
status | Exact deployment status. |
sort | created_at, finished_at, status |
| Pagination | Shared list parameters. |
GET /projects/{projectId}/publication
Returns the current public state, canonical URL, platform URL, active publication, primary domain and latest deployment. The canonical URL prefers an active custom domain, then the latest deployment URL, then the Aetherion platform URL.
curl "https://aetherionai.org/api/v1/projects/PROJECT_ID/publication" \
-H "Authorization: Bearer YOUR_API_KEY"Need project-specific help?
Open the private Help Center or create a support ticket with the affected project, route and request ID.