Artifacts
Search Artifacts
Search for artifacts with advanced filters. Logic Notes:
- If
idsis provided,qis ignored. categoryIdssearches recursively (includes children categories).- Arrays (
ids,categoryIds,mediaTypes) accept comma-separated strings.
GET
/
artifacts
/
search
Authorizations
Authorization
string
headerrequiredBearer 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: 10Max number of media items to return per artifact.
includeInactive
boolean
default: falseIf true, returns inactive artifacts as well.
limit
integer
default: 20Pagination limit.
page
integer
default: 1Pagination page number.
Response
200 - application/json
data
object[]
meta
object
Was this page helpful?

