Retrieve function calls.
OK
The response for a failed request.
curl -i -X GET \ 'https://api.cognitedata.com/api/v1/projects/publicdata/functions/{functionId}/calls/{callId}' \ -H 'Authorization: Bearer <YOUR_OpenID Connect or OAuth2 token_HERE>'
{- "id": 1,
- "status": "Running",
- "startTime": 1730204346000,
- "endTime": 1730204346000,
- "error": {
- "trace": "Cannot assign foo to bar.",
- "message": "Could not authenticate."
}, - "scheduleId": 1,
- "functionId": 1,
- "scheduledTime": 1730204346000
}