Request
Path parameters
taskId— UUID for the task whose history you need.
Example
Responses
200 OK— Returns{ "runs": Run[] }with at most 50 entries.400 Bad Request— Invalid task ID.401 Unauthorized— Missing or malformed API key.404 Not Found— The task is not visible to your organization.
logsUrl field to fetch execution logs for any run in the list.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
UUID of the Komos task to inspect.
Response
Runs returned successfully.