---
title: "Data feed for actions"
method: GET
path: "/feed/actions"
tags: ["Data Feeds"]
---

# Data feed for actions

`GET /feed/actions`

## Query parameters

- `offset` integer
- `modified_after` string, date-time
- `modified_before` string, date-time

## Response `200`

A successful response.

- S12ThepubV1FeedActionsResponse — The response for `FeedActions`
  - `metadata` S12ThepubV1FeedMetadata — The metadata returned on a feed
    - `next_page` string — The path to fetch the next page on.
    - `remaining_records` integer — Estimated remaining records.
  - `data` S12ThepubV1FeedActionsResponseFeedAction[] — The actions returned.
    - `id` string — ID of the action.
    - `title` string — Title of the action.
    - `site_id` string — Site ID associated with the action.
    - `description` string — Description of the action.
    - `priority` string — Priority of the action.
    - `status` string — Status of the action.
    - `due_date` string, date-time — Due date of the action.
    - `creator_user_id` string — User ID of the user who created this action.
    - `creator_user_name` string — Name of the user who created this action.
    - `created_at` string, date-time — Date this action was created.
    - `modified_at` string, date-time — Date this action was last modified.
    - `template_id` string — ID of the template this action was created against.
    - `organisation_id` string — ID of the organisation that owns this action.
    - `audit_id` string — ID of the inspection this action was created against.
    - `audit_title` string — Title of the inspection this action was created against.
    - `audit_item_id` string — ID of the item this action was created against.
    - `audit_item_label` string — Label of the item this action was created against.
    - `completed_at` string, date-time — Date this action was completed.
    - `action_label` string — Action labels associated with the action in pipe-delimited format. For example, `{\"label_id\":\"e92f6081-f150-4610-af22-a15022bed97b\"|\"label_name\":\"label three\"}|{\"label_id\":\"943cb02e-ce47-4eca-b2df-af503d1d5ceb\"|\"label_name\":\"label one\"}|{\"label_id\":\"10d2139a-e981-487f-b982-37f3bad251a9\"|\"label_name\":\"label two\"}`.
    - `unique_id` string — Action Unique ID
    - `type_id` string — Action type Unique ID
    - `type_name` string — Action type name

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/safetyculture/apis/safetyculture-api.md) · [All operations](https://skmtc.net/safetyculture/apis/safetyculture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/safetyculture/safetyculture-api/revisions/5be91df61ded/schema)
