---
title: "List Collateral"
method: GET
path: "/internal/evals/requirement-applicability/collateral"
tags: ["internal"]
---

# List Collateral

`GET /internal/evals/requirement-applicability/collateral`

This company's marketing collateral, most recently analysed first.

`has_production_run` is computed here rather than left to the operator to discover after a
minutes-long run: the comparison half of this dashboard is empty without one.

## Query parameters

- `company_id` string, uuid, required
- `limit` integer

## Response `200`

Successful Response

- CollateralOption[]
  - `file_id` string, uuid, required
  - `filename` string, required
  - `collateral_type` 'Agent Call Flow' | 'Audio' | 'Billboard' | 'Communications' | 'Conversation Design' | 'Email' | 'Help Center Article' | 'In-App' | 'Mailer' | 'Organic Social' | 'Paid Advertising' | 'Paid Search' | 'Paid Social' | 'Press Release' | 'Procedure/Decision Tree' | 'Support Agent Training' | 'TV' | 'Web' | 'Wiki' | 'Other', required
  - `preset_ids` string[], required
  - `has_production_run` boolean, required
  - `last_production_run_time` string, date-time, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/425d5b8a3c17/schema)
