Function Invocation

Search

Search searches for function invocations with filtering and ordering support Each invocation carries its input/output payloads, which can be large — request a small page_size (≤10) to keep responses small.

post/api/v1/functions/{function_id}/invocations/search

Path parameters

function_idstring required

The function ID to search invocations for.

Request body

pageSizeinteger

The number of results to return per page.

pageTokenstring

The pagination token for fetching the next page.

Response

FunctionsInvocationSearchResponse is the response for searching function invocations.

nextPageTokenstring

The pagination token for fetching the next page.

Changes