Skip to content

Create an export backfill job (EDITOR; one active per config)

projectId
required
string
configId
required
string
Media typeapplication/json
object
fromTime
required

ISO 8601; within 90-day AE retention.

string format: date-time
toTime
required

ISO 8601; must be after fromTime; span <= 90 days.

string format: date-time
Examplegenerated
json
{
"fromTime": "2026-04-15T12:00:00Z",
"toTime": "2026-04-15T12:00:00Z"
}

{ job }

Media typeapplication/json
object
key
additional properties
any

Validation failed / range invalid

Media typeapplication/json

Export route validation error; details carries formatted Zod issues.

object
error
required
string
details
Array<object>
object
key
additional properties
any
Examplegenerated
json
{
"error": "example",
"details": [
{}
]
}

Config not found

Media typeapplication/json
object
error
required

Human-readable error message.

string
message
string
Examplegenerated
json
{
"error": "example",
"message": "example"
}

Active backfill already running { error, activeJobId }

Media typeapplication/json
object
error
string
activeJobId
string
Examplegenerated
json
{
"error": "example",
"activeJobId": "example"
}