> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/graphql-api/api-reference/objects/graphql-bulk-operation.md).

# GraphqlBulkOperation

### Fields

#### completedAt ([ISO8601DateTime](/graphql-api/api-reference/objects/iso-8601-date-time.md))

When the bulk operation reached a terminal state.

#### createdAt ([ISO8601DateTime](/graphql-api/api-reference/objects/iso-8601-date-time.md)!)

When the bulk operation was created.

#### errorCode ([String](/graphql-api/api-reference/objects/string.md))

The error code if the bulk operation failed.

#### id ([ID](/graphql-api/api-reference/objects/id.md)!)

ID to identify the bulk operation with.

#### status ([GraphqlBulkOperationStatus](/graphql-api/api-reference/objects/graphql-bulk-operation-status.md)!)

The bulk operation status.

#### url ([String](/graphql-api/api-reference/objects/string.md))

URL to download the completed JSONL result file.
