Skip to main content

List import jobs

GET 

/subscriptions/imports

Retrieves a list of all import jobs.

Request

Query Parameters

    page[offset] int64

    Possible values: <= 10000

    The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the page length store setting is used.

    page[limit] int64

    The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the page length store setting is used.

    filter string

Responses

Success. A list of import jobs is returned.

Schema
    data Import[]
  • Array [
  • id UUID (string)

    The unique identifier.

    type SubscriptionImportType (string)required

    Possible values: [subscription_import]

    attributes ImportAttributesrequired
    external_ref ExternalRef (string)

    Possible values: <= 2048 characters

    A unique attribute that you could use to contain information from another company system, for example. The maximum length is 2048 characters.

    status stringrequired

    Possible values: [pending, started, success, failed]

    The status of job.

    meta ImportMetarequired
    owner stringrequired

    The owner of a resource, either store or organization.

    timestamps Timestampsrequired
    updated_at stringrequired

    The date and time a resource was updated.

    created_at stringrequired

    The date and time a resource was created.

    started_at string

    The date and time a job is started.

    finished_at string

    The date and time a job finished.

    records objectrequired
    uploaded objectrequired
    subscription_product integerrequired
    subscription_plan integerrequired
    subscription_subscriber integerrequired
    imported required
    subscription_product integerrequired
    subscription_plan integerrequired
    subscription_subscriber integerrequired
  • ]
  • links object
    anyOf
    title
Loading...