Get all jobs created by user

List all Auto Sigma jobs with status and pagination support.

What this endpoint does

Lists all Auto Sigma jobs created by the authenticated user. Use this to monitor multiple jobs or locate job IDs for Get Sigma Job, Delete Sigma Job, or Retry Sigma Job. Paginate with limit (default 10, max 1000) and offset. Note: the path uses POST with get_jobs naming, not a REST GET. Authentication: X-RFToken header to https://api.recordedfuture.com/malware-intelligence.

Response data

Returns every Auto Sigma job you've created — use this as your dashboard to track which jobs have finished generating Sigma rules, which are still processing, and which failed and need a retry. The family counts on each job show you at a glance which malware families were covered and how many samples matched, helping you assess coverage without fetching the full job details. Generated Sigma rules are intentionally excluded from this response — call Get Sigma Job for individual jobs to retrieve the actual rules.

Body Params

Request to list Auto Sigma jobs with optional filtering.

number
Defaults to 10

Max number of jobs to return 10, cannot exceed 1000

number
Defaults to 0

Number of jobs to skip before returning results

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json