cURL
curl --request GET \ --url https://api.autype.com/api/v1/dev/tools/jobs \ --header 'X-API-Key: <api-key>'
{ "jobs": [ { "id": "550e8400-e29b-41d4-a716-446655440000", "action": "pdf.merge", "status": "PENDING", "inputFileIds": [ "file-id-1", "file-id-2" ], "outputFileId": null, "error": null, "createdAt": "2023-11-07T05:31:56Z", "startedAt": {}, "completedAt": {}, "metadata": {} } ], "total": 42 }
List tool jobs for the organization, ordered by creation date (newest first).
API Key (starts with ak_...)
Items per page (default: 20, max: 100)
Number of items to skip (default: 0)
List of jobs
Show child attributes
Total number of jobs
42