Skip to main content
GET https://api.craftkit.dev/v1/signatures
Returns the authenticated project’s signature requests ordered by createdAt descending, paginated with a keyset cursor.

Authorization

string
required
Bearer ck_live_… — a project API key.

Query parameters

number
default:"50"
Page size, 1–100.
string
Filter to signature requests for a single render (UUID).
string
Keyset cursor (ISO-8601). Returns rows created strictly before this timestamp. Pass the previous page’s nextCursor.

Response

object[]
Signature requests (same shape as the create response).
string | null
Pass as cursor for the next page; null when there are no more rows.
boolean
true when a full page was returned and more rows may exist.

Errors

cURL
200