Skip to main content
GET
List Artifacts
Retrieve a list of artifacts for your account.

Request

integer
Number of artifacts to return (default: 20, max: 100)
integer
Number of artifacts to skip for pagination
string
Filter by template type: markdown, chart, table, pdf
string
Filter by status: active, expired, deleted
string
Sort order: createdAt, -createdAt (default: -createdAt)

Response

array
Array of artifact objects
object
Pagination metadata with total, limit, offset, hasMore

Code Examples