Skip to main content
Skip table of contents

Get users jobs

GET /v3/jobs

Get a job list of current user. Alternative endpoints can be used to filter the job list.

URL parameters can be used to filter the result.

Name

Type

Description

printerId

integer

Id of the printer

type

string

Available values : ready, history, favorite

Alternative endpoints:

  • GET /v3/jobs/ready

  • GET /v3/jobs/favorite

  • GET /v3/jobs/history

  • GET /v3/jobs/paused

  • GET /v3/jobs/remote

CODE
Headers:
Content-Type: application/json
Authentication: Bearer %access_token%

Authentication:
Grant_type: login_info
Scopes: [ jobs ]

Response body:
{
  "jobs": [],
  "count": 0
}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.