latestOpenAPI 3.1.02026-08-10128060.0 KB

5b916374c3f8

WorldBuilder

List Embedded Content Runs

Retrieves a list of runs for uploading embedded content for the specified organization. It can filter the runs by state (queued, pending, running, cancelling, completed or failed).

get/content/embed/

Query parameters

limitnumber

Number of documents to return per page

startAfterstring

Unique id of the returned value object that the query should start after

endBeforestring

Unique id of the returned value object that the query should end before

fieldstring required

Field to order by. Allows nesting with dot notation, e.g. if a field is nested in an object, use 'object.field'

fieldstring

Field to search by. Allows nesting with dot notation, e.g. if a field is nested in an object, use 'object.field'

prefixstring

Prefix to search for. NOTE: Prefix searching is case sensitive.

filterByobject

Filter by field and values.

Headers

x-m2-organization-idstring required

The ID of an organization

Response

List of embedded content runs

organizationIdstring required

The ID of an organization

projectIdstring required

The ID of a project

contentIdstring required
gfnTitleIdstring required

GFN Title ID of the variant into which we want to embed the content

createdBystring required

The ID of the user who created the Fast Play build

buildkiteRunIdstring

A unique identifier for the Buildkite run used to embed the content. It is populated when Fast Play moves from the 'queued' to the 'pending' phase.

buildkiteRunNumbernumber

The number of the Buildkite run used to embed the content. It is populated when Fast Play moves from the 'queued' to the 'pending' phase. We use this as a query parameter when cancelling a Buildkite run.

startTimeMsnumber

The time the Fast Play Buildkite run started, in ms. It coincides with the embed run being moved to the 'pending' phase.

endTimeMsnumber

The time the Fast Play Buildkite run ended (successfully or not), in ms. It coincides with the embed run being moved to the 'completed' or 'failed' phase.

idstring required