Skip to main content
GET
/
forms
/
{id}
/
export
Export submissions
curl --request GET \
  --url https://api.spike.ac/forms/{id}/export \
  --header 'Authorization: Bearer <token>'
[
  {}
]

Documentation Index

Fetch the complete documentation index at: https://doc.spike.ac/docs/llms.txt

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

Authorizations

Authorization
string
header
required

Authentication using either a Supabase JWT token or an API key (prefixed with sk_). Both token types are passed as Bearer tokens in the Authorization header.

Path Parameters

id
string
required

Form ID

Query Parameters

exclude_spam
string

Exclude spam submissions (deprecated, ignored)

since
string

Export submissions since this date (ISO 8601)

Response

Exported submissions as JSON array