Skip to main content
GET
/
api
/
program-execution
/
{executionId}
/
report
/
calls
cURL
curl --request GET \
  --url http://localhost:3000/api/program-execution/{executionId}/report/calls

Path Parameters

executionId
string
required

Query Parameters

page
number
default:1

Page number (1-based)

Required range: x >= 1
Example:

1

limit
number
default:20

Number of items per page

Required range: 1 <= x <= 100
Example:

20

Response

200 - undefined