---
title: "Get IntegrationRun Log"
method: GET
path: "/organizations/{orgId}/integrationruns/logs/{id}"
tags: ["Integrations"]
---

# Get IntegrationRun Log

`GET /organizations/{orgId}/integrationruns/logs/{id}`

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.

## Path parameters

- `orgId` string, required
- `id` string, required

## Response `200`

Returns the IntegrationRun

- IntegrationRunLogResponse — Response containing the log for an IntegrationRun entity
  - `Payload` string — Base64 encoded log

## Other responses

- `4XX` — Error message
- `5XX` — Error message

## Changes

- **2025-12-03** `ac93d1a9e6d9` — 2 info
  - removed `#/components/schemas/AbstractResponseWithAuditFields, #/components/schemas/AbstractResponse, subschema #3` from the response body `allOf` list for the response status `200`
  - added the optional property `Payload` to the response with the `200` status
- **2025-08-29** `0f92c877619f` — 1 warning
  - added the new `TIMEOUT_LIMIT_EXCEEDED` enum value to the `allOf[subschema #3]/status/allOf[#/components/schemas/RunStatus]/` response property for the response status `200`
- **2025-08-01** `9f9e5f3dbde7` — 2 breaking, 1 warning
  - the response property `allOf[#/components/schemas/AbstractResponseWithAuditFields]/allOf[#/components/schemas/AbstractResponse]/version` became optional for the status `200`
  - the response property `allOf[#/components/schemas/AbstractResponse]/version` became optional for the status `200`
  - added the new `RATE_LIMIT_RETRY` enum value to the `allOf[subschema #3]/status/allOf[#/components/schemas/RunStatus]/` response property for the response status `200`

[Change history](https://skmtc.dev/m3ter-com/apis/m3ter-api/changes/organizations/:orgId/integrationruns/logs/:id/get.md)

---

[API](https://skmtc.dev/m3ter-com/apis/m3ter-api.md) · [All operations](https://skmtc.dev/m3ter-com/apis/m3ter-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/m3ter-com/m3ter-api/revisions/ac93d1a9e6d9/schema)
