Skip to main content

agentRunLogs

Reads a set of AgentRunLog.

agentRunLogs(
first: Int
offset: Int
orderBy: [AgentRunLogsOrderBy!]
condition: AgentRunLogCondition
filter: AgentRunLogFilter
): [AgentRunLog!]

Arguments

agentRunLogs.first ● Int scalar

Only read the first n values of the set.

agentRunLogs.offset ● Int scalar

Skip the first n values.

agentRunLogs.orderBy ● [AgentRunLogsOrderBy!] list enum

The method to use when ordering AgentRunLog.

agentRunLogs.condition ● AgentRunLogCondition input

A condition to be used in determining which values should be returned by the collection.

agentRunLogs.filter ● AgentRunLogFilter input

A filter to be used in determining which values should be returned by the collection.

Type

AgentRunLog object