---
title: "Data feed for action fields"
method: GET
path: "/tasks/v1/feed/action_fields"
tags: ["Data Feeds"]
---

# Data feed for action fields

`GET /tasks/v1/feed/action_fields`

## Query parameters

- `limit` integer
- `next_page_token` string

## Response `200`

A successful response.

- S12TasksFeedV1FeedActionFieldsResponse — Response for FeedActionFields.
  - `metadata` S12CommonV1FeedMetadata — FeedMetadata for a feed.
    - `next_page` string — The path to fetch the next page on.
    - `next_page_token` string — The value you can use to retrieve additional results. If a value exists, it means there are more results than listed. Use the value in your request body as a page_token field to view more results.
    - `remaining_records` integer — Estimated remaining records.
  - `data` S12TasksFeedV1FeedActionFieldItem[] — The actions returned
    - `action_id` string — ID of the action.
    - `field_id` string — ID of the field
    - `field_type` string — Type of the field
    - `field_value` string — Value of the field

## 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)
