v49

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-261319281.7 MB

List Dreams

get/v1/dreams?beta=true

Query parameters

limitinteger

Query parameter for limit

pagestring

Query parameter for page

include_archivedboolean

Query parameter for include_archived

statuses[]BetaDreamStatus[]

Filter by lifecycle status. Repeat the parameter to match any of multiple statuses. Empty applies no status filter.

created_at[gt]string date-time

A timestamp in RFC 3339 format

Return dreams with created_at strictly after this timestamp (exclusive lower bound, RFC 3339). Unset applies no lower bound.

created_at[lt]string date-time

A timestamp in RFC 3339 format

Return dreams with created_at strictly before this timestamp (exclusive upper bound, RFC 3339). Unset applies no upper bound.

Headers

x-api-keystring
anthropic-versionstring
anthropic-betastring

Response

Successful response (OK)

next_pagestring nullable required