Postato Docs
API ReferenceMedia

List media

List media records for the workspace with optional filters and offset-based pagination.

GET
/v1/workspaces/{workspaceId}/media
AuthorizationBearer <token>

API key in the format smcp_<64 hex chars>.

In: header

Path Parameters

workspaceId*string

Workspace ULID

Query Parameters

status?string

Filter by status (e.g. ready, pending)

type?string

Filter by media type (e.g. image, video)

limit?integer

Max records to return (default 50, max 100)

Range1 <= value <= 100
offset?integer

Number of records to skip (default 0)

Range0 <= value <= 9007199254740991

Response Body

application/json

curl -X GET "https://api.postato.com.br/v1/workspaces/string/media"
{
  "property1": null,
  "property2": null
}