Printing

GET/printing/jobs

List print jobs

Returns a paginated list of print jobs for the authenticated user. Use the `q` parameter with search language syntax to filter by `reference_uuid` (e.g. `reference_uuid:"01950d63-b2f7-7000-9f3e-4c2a1b0e8d5f"`) to retrieve the print job created for a specific FNSKU label request.

Optional attributes

  • Name
    q
    Type
    string
    Description
    Search language filter. Supported fields: `reference_uuid` (uuid). Example: `reference_uuid:"01950d63-b2f7-7000-9f3e-4c2a1b0e8d5f"`
  • Name
    page
    Type
    integer
    Description
  • Name
    per_page
    Type
    integer
    Description

Request

GET/printing/jobs
curl -G https://YOUR_DOMAIN/api/printing/jobs \
  -H "Authorization: Bearer {token}" \
  -H "Accept: application/json"
Loading response...