---
title: "List"
method: GET
path: "/api/v1/functions/{function_id}/invocations"
tags: ["Function Invocation"]
---

# List

`GET /api/v1/functions/{function_id}/invocations`

List retrieves the invocation history for a function

## Path parameters

- `function_id` string, required — The functionId field.

## Response `200`

Successful response

- C1ApiFunctionsV1FunctionsInvocationServiceListResponse — The FunctionsInvocationServiceListResponse message.
  - `list` C1ApiFunctionsV1FunctionInvocation[], nullable — The list field.
    - `commitId` string — The commitId field.
    - `createdAt` string, date-time
    - `error` string — The error field.
    - `functionId` string — The functionId field.
    - `id` string — The id field.
    - `input` object
    - `output` object
    - `status` 'FUNCTION_INVOCATION_STATUS_UNSPECIFIED' | 'FUNCTION_INVOCATION_STATUS_PENDING' | 'FUNCTION_INVOCATION_STATUS_RUNNING' | 'FUNCTION_INVOCATION_STATUS_SUCCESS' | 'FUNCTION_INVOCATION_STATUS_ERROR' — The status field.
    - `updatedAt` string, date-time
  - `nextPageToken` string — The nextPageToken field.

---

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