List product module code runs

Returns a paginated list of the product module code runs for a product module. A run is recorded for every execution of product module code — functions invoked by API calls (e.g. getQuote, getApplication, getPolicy), lifecycle hooks, and scheduled functions. The IDs of the runs triggered while serving an API request are returned in that request's X-Product-Module-Code-Run-Ids response header.

Permission: product_module_run_logs:read.

Path Params
uuid
required

The unique identifier of the product module.

Query Params
integer
1 to 100
Defaults to 30

The maximum number of items that will be contained in a single page, between 1 and 100 (inclusive).

integer
≥ 1
Defaults to 1

The page number of the entities to fetch. Must be a minimum of 1.

string

Filter by exact function name.

uuid

Filter by policy.

statuses
array of objects

Filter by one or more statuses, passed as a comma-separated list (e.g. statuses=failed,complete).

statuses
Allowed:
date-time

Inclusive upper bound on created_at (ISO 8601; supply an explicit UTC offset or trailing Z).

Responses

404

Product module not found, or not linked to your organization.

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json