Skip to main content
GET
List advertising assets

Authorizations

x-api-key
string
header
required

A server-side Bily API key created under Settings > MCP > Access key fallback. Select the intended store before creating it.

Headers

x-bily-organization-id
string

An organization ID returned by GET /context or GET /organizations. Required for GET /stores and optional for store-scoped paths.

Example:

"org_01J8W7T9G3E6ZQ4M2K5N8P1R0S"

Path Parameters

storeUrl
string
required

The exact store URL returned by GET /context or GET /stores.

Example:

"store.example.com"

Query Parameters

platform
string

Filter by platform ID.

assetType
enum<string>

Filter by asset type.

Available options:
campaign,
adset,
ad
query
string

Case-insensitive search across name, asset ID, and account ID.

status
string

Filter by status.

limit
integer
default:100

Maximum results.

Required range: 1 <= x <= 500

Response

Request completed successfully.

assets
object[]
required