---
title: "Changes to List available client tasks"
method: GET
path: "/api/v2/tasks/available"
---

# Changes to List available client tasks

`GET /api/v2/tasks/available`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 8 of 66 revisions.

- **2026-04-03** `f87a90d5a2d0` — 1 breaking, 1 info
- **2026-04-01** `40bf219eced6` — 18 breaking, 14 info
- **2026-04-01** `6aaeba6ecdc5` — 14 breaking, 18 info
- **2026-04-01** `674e0a229e8a` — 18 breaking, 14 info
- **2026-01-22** `5eb765ac976b` — 1 info
- **2026-01-21** `325d32c3d4ef` — 1 info
- **2026-01-14** `93063fc34b9f` — 17 info
- **2026-01-12** `a426ff0abf8f` — 3 breaking, 17 warning, 3 info

## Changes

- **2026-04-03** `f87a90d5a2d0` — 1 breaking, 1 info
  - added the pattern `^((eq|neq):)?[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$` to the `query` request parameter `client_id`
  - for the `query` request parameter `client_id`, the type/format was generalized from `string`/`uuid` to `string`/``
- **2026-04-01** `40bf219eced6` — 18 breaking, 14 info
  - added the pattern `^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$` to the `query` request parameter `ad_structure_collection`
  - added the pattern `^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$` to the `query` request parameter `ca_registry_collection`
  - added the pattern `^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$` to the `query` request parameter `cert_services_collection`
  - added the pattern `^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$` to the `query` request parameter `dc_registry_collection`
  - added the pattern `^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$` to the `query` request parameter `local_group_collection`
  - added the pattern `^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$` to the `query` request parameter `session_collection`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$` to the `query` request parameter `event_id`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` to the `query` request parameter `created_at`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` to the `query` request parameter `deleted_at`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` to the `query` request parameter `end_time`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` to the `query` request parameter `execution_time`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` to the `query` request parameter `last_ingest`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` to the `query` request parameter `start_time`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` to the `query` request parameter `updated_at`
  - added the pattern `^((eq|~eq|neq):)?[^:]+$` to the `query` request parameter `domain_controller`
  - added the pattern `^((eq|~eq|neq):)?[^:]+$` to the `query` request parameter `event_title`
  - added the pattern `^((eq|~eq|neq):)?[^:]+$` to the `query` request parameter `log_path`
  - added the pattern `^((eq|~eq|neq):)?[^:]+$` to the `query` request parameter `status`
  - for the `query` request parameter `ad_structure_collection`, the type/format was generalized from `boolean`/`` to `string`/``
  - for the `query` request parameter `ca_registry_collection`, the type/format was generalized from `boolean`/`` to `string`/``
  - for the `query` request parameter `cert_services_collection`, the type/format was generalized from `boolean`/`` to `string`/``
  - for the `query` request parameter `created_at`, the type/format was generalized from `string`/`date-time` to `string`/``
  - for the `query` request parameter `dc_registry_collection`, the type/format was generalized from `boolean`/`` to `string`/``
  - for the `query` request parameter `deleted_at`, the type/format was generalized from `string`/`date-time` to `string`/``
  - for the `query` request parameter `end_time`, the type/format was generalized from `string`/`date-time` to `string`/``
  - for the `query` request parameter `event_id`, the type/format was generalized from `integer`/`` to `string`/``
  - for the `query` request parameter `execution_time`, the type/format was generalized from `string`/`date-time` to `string`/``
  - for the `query` request parameter `last_ingest`, the type/format was generalized from `string`/`date-time` to `string`/``
  - for the `query` request parameter `local_group_collection`, the type/format was generalized from `boolean`/`` to `string`/``
  - for the `query` request parameter `session_collection`, the type/format was generalized from `boolean`/`` to `string`/``
  - for the `query` request parameter `start_time`, the type/format was generalized from `string`/`date-time` to `string`/``
  - for the `query` request parameter `updated_at`, the type/format was generalized from `string`/`date-time` to `string`/``
- **2026-04-01** `6aaeba6ecdc5` — 14 breaking, 18 info
  - for the `query` request parameter `ad_structure_collection`, the type/format was changed from `string`/`` to `boolean`/``
  - for the `query` request parameter `ca_registry_collection`, the type/format was changed from `string`/`` to `boolean`/``
  - for the `query` request parameter `cert_services_collection`, the type/format was changed from `string`/`` to `boolean`/``
  - for the `query` request parameter `created_at`, the type/format was changed from `string`/`` to `string`/`date-time`
  - for the `query` request parameter `dc_registry_collection`, the type/format was changed from `string`/`` to `boolean`/``
  - for the `query` request parameter `deleted_at`, the type/format was changed from `string`/`` to `string`/`date-time`
  - for the `query` request parameter `end_time`, the type/format was changed from `string`/`` to `string`/`date-time`
  - for the `query` request parameter `event_id`, the type/format was changed from `string`/`` to `integer`/``
  - for the `query` request parameter `execution_time`, the type/format was changed from `string`/`` to `string`/`date-time`
  - for the `query` request parameter `last_ingest`, the type/format was changed from `string`/`` to `string`/`date-time`
  - for the `query` request parameter `local_group_collection`, the type/format was changed from `string`/`` to `boolean`/``
  - for the `query` request parameter `session_collection`, the type/format was changed from `string`/`` to `boolean`/``
  - for the `query` request parameter `start_time`, the type/format was changed from `string`/`` to `string`/`date-time`
  - for the `query` request parameter `updated_at`, the type/format was changed from `string`/`` to `string`/`date-time`
  - removed the pattern `^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$` from the `query` request parameter `ad_structure_collection`
  - removed the pattern `^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$` from the `query` request parameter `ca_registry_collection`
  - removed the pattern `^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$` from the `query` request parameter `cert_services_collection`
  - removed the pattern `^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$` from the `query` request parameter `dc_registry_collection`
  - removed the pattern `^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$` from the `query` request parameter `local_group_collection`
  - removed the pattern `^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$` from the `query` request parameter `session_collection`
  - removed the pattern `^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$` from the `query` request parameter `event_id`
  - removed the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` from the `query` request parameter `created_at`
  - removed the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` from the `query` request parameter `deleted_at`
  - removed the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` from the `query` request parameter `end_time`
  - removed the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` from the `query` request parameter `execution_time`
  - removed the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` from the `query` request parameter `last_ingest`
  - removed the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` from the `query` request parameter `start_time`
  - removed the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` from the `query` request parameter `updated_at`
  - removed the pattern `^((eq|~eq|neq):)?[^:]+$` from the `query` request parameter `domain_controller`
  - removed the pattern `^((eq|~eq|neq):)?[^:]+$` from the `query` request parameter `event_title`
  - removed the pattern `^((eq|~eq|neq):)?[^:]+$` from the `query` request parameter `log_path`
  - removed the pattern `^((eq|~eq|neq):)?[^:]+$` from the `query` request parameter `status`
- **2026-04-01** `674e0a229e8a` — 18 breaking, 14 info
  - added the pattern `^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$` to the `query` request parameter `ad_structure_collection`
  - added the pattern `^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$` to the `query` request parameter `ca_registry_collection`
  - added the pattern `^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$` to the `query` request parameter `cert_services_collection`
  - added the pattern `^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$` to the `query` request parameter `dc_registry_collection`
  - added the pattern `^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$` to the `query` request parameter `local_group_collection`
  - added the pattern `^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$` to the `query` request parameter `session_collection`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$` to the `query` request parameter `event_id`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` to the `query` request parameter `created_at`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` to the `query` request parameter `deleted_at`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` to the `query` request parameter `end_time`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` to the `query` request parameter `execution_time`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` to the `query` request parameter `last_ingest`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` to the `query` request parameter `start_time`
  - added the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` to the `query` request parameter `updated_at`
  - added the pattern `^((eq|~eq|neq):)?[^:]+$` to the `query` request parameter `domain_controller`
  - added the pattern `^((eq|~eq|neq):)?[^:]+$` to the `query` request parameter `event_title`
  - added the pattern `^((eq|~eq|neq):)?[^:]+$` to the `query` request parameter `log_path`
  - added the pattern `^((eq|~eq|neq):)?[^:]+$` to the `query` request parameter `status`
  - for the `query` request parameter `ad_structure_collection`, the type/format was generalized from `boolean`/`` to `string`/``
  - for the `query` request parameter `ca_registry_collection`, the type/format was generalized from `boolean`/`` to `string`/``
  - for the `query` request parameter `cert_services_collection`, the type/format was generalized from `boolean`/`` to `string`/``
  - for the `query` request parameter `created_at`, the type/format was generalized from `string`/`date-time` to `string`/``
  - for the `query` request parameter `dc_registry_collection`, the type/format was generalized from `boolean`/`` to `string`/``
  - for the `query` request parameter `deleted_at`, the type/format was generalized from `string`/`date-time` to `string`/``
  - for the `query` request parameter `end_time`, the type/format was generalized from `string`/`date-time` to `string`/``
  - for the `query` request parameter `event_id`, the type/format was generalized from `integer`/`` to `string`/``
  - for the `query` request parameter `execution_time`, the type/format was generalized from `string`/`date-time` to `string`/``
  - for the `query` request parameter `last_ingest`, the type/format was generalized from `string`/`date-time` to `string`/``
  - for the `query` request parameter `local_group_collection`, the type/format was generalized from `boolean`/`` to `string`/``
  - for the `query` request parameter `session_collection`, the type/format was generalized from `boolean`/`` to `string`/``
  - for the `query` request parameter `start_time`, the type/format was generalized from `string`/`date-time` to `string`/``
  - for the `query` request parameter `updated_at`, the type/format was generalized from `string`/`date-time` to `string`/``
- **2026-01-22** `5eb765ac976b` — 1 info
  - endpoint added
- **2026-01-21** `325d32c3d4ef` — 1 info
  - api path removed with deprecation
- **2026-01-14** `93063fc34b9f` — 17 info
  - added the new optional `query` request parameter `ad_structure_collection`
  - added the new optional `query` request parameter `ca_registry_collection`
  - added the new optional `query` request parameter `cert_services_collection`
  - added the new optional `query` request parameter `client_id`
  - added the new optional `query` request parameter `dc_registry_collection`
  - added the new optional `query` request parameter `domain_controller`
  - added the new optional `query` request parameter `end_time`
  - added the new optional `query` request parameter `event_id`
  - added the new optional `query` request parameter `event_title`
  - added the new optional `query` request parameter `execution_time`
  - added the new optional `query` request parameter `last_ingest`
  - added the new optional `query` request parameter `local_group_collection`
  - added the new optional `query` request parameter `log_path`
  - added the new optional `query` request parameter `session_collection`
  - added the new optional `query` request parameter `start_time`
  - added the new optional `query` request parameter `status`
  - added the optional property `data` to the response with the `200` status
- **2026-01-12** `a426ff0abf8f` — 3 breaking, 17 warning, 3 info
  - for the `query` request parameter `created_at`, the type/format was changed from `string`/`` to `string`/`date-time`
  - for the `query` request parameter `deleted_at`, the type/format was changed from `string`/`` to `string`/`date-time`
  - for the `query` request parameter `updated_at`, the type/format was changed from `string`/`` to `string`/`date-time`
  - deleted the `query` request parameter `ad_structure_collection`
  - deleted the `query` request parameter `ca_registry_collection`
  - deleted the `query` request parameter `cert_services_collection`
  - deleted the `query` request parameter `client_id`
  - deleted the `query` request parameter `dc_registry_collection`
  - deleted the `query` request parameter `domain_controller`
  - deleted the `query` request parameter `end_time`
  - deleted the `query` request parameter `event_id`
  - deleted the `query` request parameter `event_title`
  - deleted the `query` request parameter `execution_time`
  - deleted the `query` request parameter `last_ingest`
  - deleted the `query` request parameter `local_group_collection`
  - deleted the `query` request parameter `log_path`
  - deleted the `query` request parameter `session_collection`
  - deleted the `query` request parameter `start_time`
  - deleted the `query` request parameter `status`
  - removed the optional property `data` from the response with the `200` status
  - removed the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` from the `query` request parameter `created_at`
  - removed the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` from the `query` request parameter `deleted_at`
  - removed the pattern `^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$` from the `query` request parameter `updated_at`

---

[Operation](https://skmtc.dev/specterops/apis/bloodhound-api/docs/api/v2/tasks/available/get.md) · [API](https://skmtc.dev/specterops/apis/bloodhound-api.md) · [Page](https://skmtc.dev/specterops/apis/bloodhound-api/changes/api/v2/tasks/available/get)
