Skip to main content

List jobs for integration

GET 

https://euwest.api.elasticpath.com/integrations/:integration_uuid/jobs

Returns the jobs for the given integration UUID.

Request

Path Parameters

    integration_uuid stringrequired

    The unique identifier of the integration.

Responses

Success. All integrations are returned.

Schema
    data IntegrationJob[]
  • Array [
  • id string

    The ID of the integration job processed.

    type string

    Possible values: [integration-job]

    This represents the type of resource object being returned. Always integration-job.

  • ]

Authorization: http

name: bearerAuthtype: httpscheme: bearer
curl -L -X GET 'https://euwest.api.elasticpath.com/integrations/:integration_uuid/jobs' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://euwest.api.elasticpath.com
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!