Asynchronous Jobs

The AsynchronousJob Object

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

Properties

idstringRequired
statusenumRequired
One ofprequeuedpendingsuccess, or failure.
responseobject

The response to a request executed as a job

Show response attributes
requestobjectRequired

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

    idstringpathRequired

    The ID of the job.

Response Body

    idstringRequired
    statusenumRequired
    One ofprequeuedpendingsuccess, or failure.
    responseobject

    The response to a request executed as a job

    Show response attributes
    requestobjectRequired

    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