---
title: "Search actions"
method: GET
path: "/actions"
tags: ["Actions"]
---

# Search actions

`GET /actions`

Retrieves the actions for the given search parameters

## Query parameters

- `journeyId` integer, required
- `page` integer, required
- `size` integer, required
- `sort` string[]

## Headers

- `X-Request-ID` unknown

## Response `200`

OK

- PagedResultsDtoActionDto
  - `pagination` PaginationDto
    - `currentPage` integer
    - `pageSize` integer
    - `totalPages` integer
    - `totalResults` integer
  - `results` ActionDto[]
    - `id` integer
    - `journeyId` integer
    - `created` string, date-time
    - `updated` string, date-time
    - `type` 'DRIVER_DELAYED' | 'TRAVELLER_NO_SHOW' | 'ADDITIONAL_PROOF_TRAVELLER_NO_SHOW' | 'DRIVER_LEFT_PICKUP'
    - `attachmentFileIds` integer[]

---

[API](https://skmtc.net/transferz/apis/authentication-api.md) · [All operations](https://skmtc.net/transferz/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transferz/authentication-api/versions/73249fb480f2/schema)
