Skip to main content

Get the jobs of the given type.

GET 

/api/v4/jobs/type/:job_type

Get a page of jobs of the given type. Use the query parameters to modify the behaviour of this endpoint.

Minimum server version: 4.1

Permissions

Must have permission to read the path job_type, using the same mapping as GET /api/v4/jobs:

  • read_data_retention_jobdata_retention
  • read_compliance_export_jobmessage_export
  • read_elasticsearch_post_indexing_jobelasticsearch_post_indexing
  • read_elasticsearch_post_aggregation_jobelasticsearch_post_aggregation
  • read_ldap_sync_jobldap_sync
  • read_jobsmigrations, plugins, product_notices, expiry_notify, active_users, import_process, import_delete, export_process, export_delete, cloud, mobile_session_metadata, extract_content
  • manage_systemaccess_control_sync

When job_type is access_control_sync and query parameter team_id is set to a valid team GUID, team admins with manage_team_access_rules on that team may list jobs scoped to that team without manage_system. When team_id is set, results include only jobs whose stored data matches that team for the requested type.

Request

Responses

Job list retrieval successful