Retrieve details and execution status of a single Dream.
GET /api/v1/cloud/dreams/{id}
Returns the Dream object for the specified Dream.
Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <PAT or SAT> |
Path parameters
| Parameter | Type | Description |
|---|---|---|
id | string | Dream ID (drm_ prefix) |
Example request
Example response
HTTP 200 OK
Errors
| HTTP | Type | Trigger |
|---|---|---|
| 401 | authentication_error | Missing or invalid authentication token |
| 404 | not_found_error | Dream does not exist |