cURL
curl --request POST \ --url http://localhost:3000/v2/ProcessingActivityListActivities \ --header 'Content-Type: application/json' \ --header 'X-Bunker-Token: <api-key>' \ --data ' { "request_metadata": {} } '
{ "status": "ok", "rows": [ { "activity": "<string>", "title": "<string>" } ] }
Lists all processing activities in the system
Documentation IndexFetch the complete documentation index at: https://docs.databunker.org/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.databunker.org/llms.txt
Use this file to discover all available pages before exploring further.
API token for authentication
Additional metadata for the request
Processing activities retrieved successfully
"ok"
Show child attributes