---
title: "Returns recent private network invocations"
method: GET
path: "/integration-invocations"
tags: ["integration-invocations"]
---

# Returns recent private network invocations

`GET /integration-invocations`

This operation will return a list of matching invocations
Requires the privilege [`MINIMUM_TEAM_PRIVILEGES`](https://www.gremlin.com/docs/user-management/access-control/#privileges)

## Query parameters

- `teamId` string, required

## Response `default`

default response

- PrivateNetworkInvocationModelResponse
  - `invocations` PrivateNetworkInvocationModel[]
    - `companyId` string
    - `invocationId` string
    - `status` 'SUCCESS' | 'ERROR' | 'TIMEOUT' | 'AGENT_TIMEOUT' | 'UNKNOWN' | 'PENDING' | 'RUNNING'
    - `webhookId` string
    - `requestProperties` PrivateNetworkRequestPropertiesModel
      - `uri` string, url
      - `headers` object
      - `method` 'GET' | 'POST' | 'PUT'
      - `payload` string
      - `headersArn` string
    - `responses` PrivateNetworkResponsePropertiesModel[]
      - `invocationTime` string, date-time
      - `httpStatusCode` integer
      - `requestLatencyMs` integer
      - `responseBody` string
      - `contentType` string
      - `responseHeaders` object
    - `noOfRetries` integer
    - `timeout` integer
    - `retryWaitTime` integer
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `executedByClientID` string
    - `errorMessage` string
    - `teamId` string
    - `tags` object

## Other responses

- `401` — Authorization header missing or malformed. Please provide proper credentials in the authorization header.
- `403` — User requires privilege for target team: MINIMUM_TEAM_PRIVILEGES

---

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