cURL
curl --request GET \ --url https://api.mentionlab.io/api/cached-jobs/alive \ --header 'x-organisation-id: <x-organisation-id>' \ --header 'x-project-id: <x-project-id>'
{ "active": 123, "pending": 123 }
Organisation ID to specify the organisation context
Project ID to specify the project context
The number of jobs currently in active status
The number of job currently in pending status