GET
https://api.craftkit.dev/v1/signaturescreatedAt descending, paginated
with a keyset cursor.
Authorization
Bearer ck_live_… — a project API key.Query parameters
Page size, 1–100.
Filter to signature requests for a single render (UUID).
Keyset cursor (ISO-8601). Returns rows created strictly before this timestamp. Pass the previous
page’s
nextCursor.Response
Pass as
cursor for the next page; null when there are no more rows.true when a full page was returned and more rows may exist.Errors
| Status | code | Meaning |
|---|---|---|
| 400 | invalid_request | Invalid query parameters (issues included). |
| 401 | unauthorized | Missing/invalid/revoked key. |
cURL
200