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

---

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