List Dreams for the current user.
GET /api/v1/cloud/dreams
Lists Dreams for the current user, ordered by creation time descending. Returns a response containing a data array of Dream objects.
Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <PAT or SAT> |
Query parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | integer | No | 20 | Maximum number of results. Range 1-100; values above 100 return 400 invalid_request_error |
include_archived | boolean | No | false | Whether to include archived Dreams |
Example request
Example response
HTTP 200 OK
Errors
| HTTP | Type | Trigger |
|---|---|---|
| 401 | authentication_error | Missing or invalid authentication token |