---
title: "Search catalogs for assets"
method: GET
path: "/v2/catalog/search"
tags: ["catalog"]
---

# Search catalogs for assets

`GET /v2/catalog/search`

This endpoint searches for assets in the account's catalog. If you specify more than one search parameter, the API uses an AND condition. Array parameters can be specified multiple times; in this case, the API uses an AND or an OR condition with those values, depending on the parameter. You can also filter search terms out in the `query` parameter by prefixing the term with NOT.

## Query parameters

- `sort` 'newest' | 'oldest'
- `page` integer
- `per_page` integer
- `query` string
- `collection_id` string[]
- `asset_type` string[]

## Response `200`

OK

- object — List of catalog collection items
  - `page` number, required
  - `per_page` number, required
  - `total_count` number, required
  - `data` object[], required — List of catalog collection items
    - `id` string, required
    - `asset` object, required
      - `id` string
      - `type` 'image' | 'video' | 'audio' | 'editorial-image' | 'editorial-video', required
      - `name` string
    - `created_time` string, date-time, required
    - `collection_ids` string[] — The collection IDs that this asset belongs to

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

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