functions

List Function Runs By Function Id

get/functions/{function_id}/runs

Path parameters

function_idstring nullable required

Query parameters

pageinteger

Page number

Page number

page_sizeinteger

Number of items per page

Number of items per page

only_activeboolean

Whether to only return active function runs

Whether to only return active function runs

only_current_tokenboolean

Whether to only return function runs for the current token (apikey)

Whether to only return function runs for the current token (apikey)

include_systemboolean

Whether to include internal system function runs

Whether to include internal system function runs

source'console' | 'anything' | 'cli' | 'node-sdk' | 'python-sdk' | 'rest-api'

Only return runs of functions created from this source

Headers

x-notte-request-originstring nullable
x-notte-sdk-versionstring nullable

Response

Successful Response

pageinteger required
page_sizeinteger required
has_nextboolean required
has_previousboolean required

Changes