Skip to main content
GET
/
v1
/
organizations
/
dsar
/
status
List Dsar Requests
curl --request GET \
  --url https://api.mixpeek.com/v1/organizations/dsar/status
[
  {
    "request_id": "<string>",
    "type": "<string>",
    "status": "<string>",
    "requested_at": "<string>",
    "completed_at": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.mixpeek.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string

REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.

Examples:

"Bearer YOUR_API_KEY"

"Bearer YOUR_STRIPE_API_KEY"

Response

Successful Response

request_id
string
required
type
string
required

export or deletion

status
string
required
requested_at
string
required
completed_at
string | null