Retrieve the logs of a Ingestion.
Retrieve the logs of a Ingestion for debugging purpose.
Path parameters
ID of a Pack
ID of the tenant.
ID of the root ingestion.
Query parameters
Maximum number of results to return in this query.
An opaque token used to fetch the next page of results.
Only return logs of the given types.
ID of the ingestion execution.
Only return logs before the given time (non-inclusive).
Only return logs after the given time (non-inclusive).
Status of the ingestion execution.
Only fetch logs with the given ingestion status. This only works in combination with the onlyExecutionCompletions parameter.
Only fetch logs that represent the completion of a child execution.
Specifies if the logs will be returned in time desc or asc. Default is desc.
A search query that follows Lucene syntax.
Only return logs matching provided request IDs.
Response
Pack logs.
Example response
{
"items": [
{
"context": {
"createdAt": "2018-04-11T00:18:57.946Z"
},
"message": "The formula is called!"
}
],
"nextPageToken": "eyJsaW1pd",
"nextPageLink": "https://docs.superhuman.com/apis/v1/packs/1/logs?pageToken=xyz"
}