Integrations

Get IntegrationRun Log

Retrieve the integrationrun log for the given UUID.

This endpoint is for retrieving logs of a specific integrationrun. It is useful for debugging and monitoring the performance of integrations within your organization.

get/organizations/{orgId}/integrationruns/logs/{id}

Path parameters

orgIdstring required

The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.

idstring required

The UUID associated with the integrationrun. This ID helps in pinpointing the exact integrationrun logs you are looking to retrieve.

Response

Returns the IntegrationRun

Payloadstring

Base64 encoded log

Changes

Changed in 3 of the 10 revisions of this API.222

    • removed AbstractResponseWithAuditFields AbstractResponse subschema #3 from the response body allOf list for the response status 200

      response-body-all-of-removed

    • added the optional property Payload to the response with the 200 status

      response-optional-property-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new TIMEOUT_LIMIT_EXCEEDED enum value to the allOf[subschema #3]/status/allOf[RunStatus]/ response property for the response status 200

      response-property-enum-value-added

    • the response property allOf[AbstractResponseWithAuditFields]/allOf[AbstractResponse]/version became optional for the status 200

      response-property-became-optional

    • the response property allOf[AbstractResponse]/version became optional for the status 200

      response-property-became-optional

    • added the new RATE_LIMIT_RETRY enum value to the allOf[subschema #3]/status/allOf[RunStatus]/ response property for the response status 200

      response-property-enum-value-added

    This revision also has 53 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog