Skip to main content
GET
/
v1
/
queued-process
Get all queued or processing email batch jobs for the current user
curl --request GET \
  --url https://api.revenuebase.ai/v1/queued-process \
  --header 'x-key: <api-key>'
{
  "processes": [
    {
      "process_id": 123,
      "filename": "<string>",
      "status": "<string>",
      "message": "<string>",
      "last_updated": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

x-key
string
header
required

Your API key. Get one in the dashboard under Settings → API Keys.

Response

200 - application/json

Successful Response

processes
Process · object[]
required