Skip to main content
GET
/
api
/
v1
/
executions
/
{executionId}
/
export
cURL
curl --request GET \
  --url https://app.getpaperjet.com/api/v1/executions/{executionId}/export \
  --header 'x-api-key: <api-key>'
This response does not have an example.

Authorizations

x-api-key
string
header
required

Path Parameters

executionId
string
required

Query Parameters

mode
enum<string>
required
Available options:
csv,
json

Response