Legacy Data Integration API Reference (1.0.0) - ActivityLogs
Activities. Monitor the river's current and previous runs. Logs are also available to download for some of the river types.
Download an existing run's logs of a River
Use run's id to fetch the logs of this specific run.
You can find the run id in the console, under the Activites tab.
Note Please note that this call is an async call and will return a queryid param in the response To fetch the logs, please send the same request again with the provided queryid parameter
- scope:
activity:log
Authorizations:
BearerToken
query Parameters
| id required | string Run id to check |
| queryId | string The the query id from the response |
Responses
Response Schema: text/csv
string
Request samples
- cURL
- Python
curl --location --request GET 'https://console.rivery.io/api/activities/runs/logs?run_id' \ --header 'Authorization: Bearer <token>'
Response samples
- 200
- 403
Content type
text/csv
logTimestamp, level, msg \n 2021-05-27 09:50:39.015 , INFO , Get activity of run_id: [run_id]
Was this topic helpful?