Skip to content

Export All Pages

GET
/exports/workspace
curl --request GET \
--url https://markdawn.space/api/v1/exports/workspace \
--header 'Authorization: Bearer <token>'

Returns a ZIP containing all pages the caller can access.

A ZIP export of accessible pages.

Media typeapplication/zip
string format: binary

The API token is missing a required scope: pages:read.

Media typeapplication/json

Structured error returned when the request cannot be completed.

object
error
required

Error details for programmatic handling.

object
code
required

Stable error code.

string
message
required

Human-readable explanation.

string
Examplegenerated
{
"error": {
"code": "example",
"message": "example"
}
}