# Retrieve all actions (deprecated) Endpoint: GET /actions Version: 8.1.0 ## Query parameters: - `creation_start` (string,null) Defines a creation start date filter Specify this parameter to retrieve only actions with a creation date greater than or equal to the specified value You can use an ISO format date or a timestamp - `creation_end` (string,null) Defines a creation end date filter Specify this parameter to retrieve only actions with a creation date less than the specified value You can use an ISO format date or a timestamp ## Header parameters: - `X-Key` (string, required) A unique API key used to authenticate requests to the NP6 platform. This key must be included in every API call to validate the identity and permissions of the client. Keep your API key secure and do not expose it in public code or logs. ## Response 200 fields (application/json): - `type` (string) ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields