Skip to main content

List jobs for integration

GET 

/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.

  • ]
Loading...