GET
/
artifacts
/
search

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

q
string

Search term for name, description, or category name. Ignored if ids is present.

ids
string[]

List of specific Artifact IDs (e.g., id1,id2). Overrides textual search.

minPrice
number

Minimum price filter.

maxPrice
number

Maximum price filter.

categoryIds
string[]

List of category IDs. Includes sub-categories automatically.

mediaTypes
enum<string>[]

Filter by media types (e.g., IMAGE,VIDEO).

Available options:
IMAGE,
VIDEO,
AUDIO,
DOCUMENT,
OTHER
maxMedias
integer
default: 10

Max number of media items to return per artifact.

includeInactive
boolean
default: false

If true, returns inactive artifacts as well.

limit
integer
default: 20

Pagination limit.

page
integer
default: 1

Pagination page number.

Response

200 - application/json
data
object[]
meta
object