Read


Get job

get

Get job properties

Authorizations
AuthorizationstringRequired

Your ByteNite access token

Path parameters
jobIdstringRequired

The id associated with your job.

Responses
200

A successful response.

get
/jobs/{jobId}


Get results

get

Get job results

Authorizations
AuthorizationstringRequired

Your ByteNite access token

Path parameters
jobIdstringRequired

The id associated with your job.

Responses
200

A successful response.

get
/jobs/{jobId}/results


Get jobs

get

Get all jobs for user with optional filters

Authorizations
AuthorizationstringRequired

Your ByteNite access token

Query parameters
pagination.limitinteger · int64Optional

Number of rows to return per page.

pagination.offsetinteger · int64Optional

Number of rows to skip before starting to collect the result set.

orderBystringOptional
Responses
200

A successful response.

get
/jobs


Get jobs filtered

post

Get all jobs for user and filter them

Authorizations
AuthorizationstringRequired

Your ByteNite access token

Body
orderBystringOptional
Responses
200

A successful response.

post
/jobs/filter

Last updated

Was this helpful?