Skip to main content
GET
ListArtifactsAPI mirrors the erdo_list_artifacts MCP tool.

Authorizations

Authorization
string
header
required

An Erdo API key (erdo_api_...) or scoped token (erdo_token_...).

Query Parameters

type
string
limit
integer<int32>
Required range: -2147483648 <= x <= 2147483647
offset
integer<int32>
Required range: -2147483648 <= x <= 2147483647
include_content
string

IncludeContent controls whether each artifact carries its content blob. Defaults to true when omitted or empty, preserving the full historical response. Pass "false" for a metadata-only list (titles, timestamps, URLs) — for pages the content is the full html/css/js body, and a 39-page list carries ~785KB of it; fetch a single artifact by id to read content. Any value other than true/false is rejected. (A string rather than a boolean so an omitted value stays distinguishable from an explicit false and the default can be true.)

Response

Success response

artifacts
object[]