SignSecure Sign PadSignSecure Sign Pad
Bulk jobs

Download failed rows as CSV

GET
/bulk-jobs/{jobId}/errors.csv

Authorization

bearerAuth
AuthorizationBearer <token>

API key as Bearer token. Format: signsecure_xxxxxxxx...

In: header

Path Parameters

jobId*string

The asynchronous bulk send job ID

Response Body

text/csv

application/json

curl -X GET "https://api.signpad.signsecure.in/api/v1/bulk-jobs/string/errors.csv"
"string"
{
  "code": "string",
  "message": "string",
  "details": {},
  "requestId": "req_abc123",
  "timestamp": "2026-03-11T10:30:00.000Z"
}