Skip to main content
MUTATION
reportRunProviderImportStatus(provider: String!, status: String!, error: String, catalog: JSON): RunProviderImportStatus!

Arguments

provider
String!
required

The provider used to filter or perform the operation.

status
String!
required

The status used to filter or perform the operation.

error
String

The error used to filter or perform the operation.

catalog
JSON

The catalog used to filter or perform the operation.

id
ID!

Stable identifier for this run provider import status.

agentId
ID!

Identifier of the related agent.

provider
String!

The provider associated with this run provider import status.

cursor
String

The cursor associated with this run provider import status. May be null when unavailable or not applicable.

status
String!

Current status of this run provider import status.

lastStartedAt
String

ISO 8601 timestamp when this run provider import status last started. May be null when unavailable or not applicable.

lastCompletedAt
String

ISO 8601 timestamp when this run provider import status last completed. May be null when unavailable or not applicable.

lastError
String

The last error associated with this run provider import status. May be null when unavailable or not applicable.

importedCount
Int!

Number of importeds.

unmatchedCount
Int!

Number of unmatcheds.

catalog
JSON

The catalog associated with this run provider import status. May be null when unavailable or not applicable.

updatedAt
String!

ISO 8601 timestamp when this run provider import status was last updated.

Mutation
Variables
Response