Asynchronous Jobs

The AsynchronousJob Object

Please refer to the Basics section for more information on asynchronous operations.

Properties

idstring
statusenum
One ofprequeuedpendingsuccess, or failure.
responseobjectOptional

The response to a request executed as a job

Show response attributes
requestobject

The request that kicked off the job

Show request attributes
Endpoints
GET
/jobs/:id

Fetch a Job

GEThttps://production.rutterapi.com/versioned/jobs/:id

Request Parameters

    idstringpath

    The ID of the job.

Response Body

    idstring
    statusenum
    One ofprequeuedpendingsuccess, or failure.
    responseobjectOptional

    The response to a request executed as a job

    Show response attributes
    requestobject

    The request that kicked off the job

    Show request attributes
Support by integration
All platforms

Have questions?

Contact support for personalized guidance.

Contact support
Previous
Events