Salesforce

« Go Back
Information
GetJobs
000005149
Public
Product Selection
aiWare - aiWare
Article Details
GetJobListResponse GetJobs(ctx, optional)

This gets a list of jobs

Required Parameters

NameTypeDescriptionNotes
ctxcontext.Contextcontext for authentication, logging, cancellation, deadlines, tracing, etc.
optional*GetJobsOptsoptional parametersnil if no parameters

Optional Parameters

Optional parameters are passed through a pointer to a GetJobsOpts struct

NameTypeDescriptionNotes
xCorrelationIdoptional.StringCorrelation Id that can be passed, traced in the server and will be returned in the response if present in the request
startTimeoptional.Int64The unix timestamp, describing the start time for the stats
endTimeoptional.Int64The unix timestamp, describing the end time for the stats
statusoptional.Interface of JobStatusEnumIf specified, this limits the jobs or tasks to follow status
offsetoptional.Int64the number of data to skip before getting the result set
limitoptional.Int64the number of items to return.[default to 10]
orderByoptional.Stringthe field to sort[default to createdDateTime]
directionoptional.Stringthe sort order. ASC or DESC.[default to DESC]
coreIDoptional.Interface of stringFilter by coreID
organizationIDoptional.StringFilter by organizationID
recordingIDoptional.StringFilter by recordingID
jobIDoptional.Interface of stringFilter by jobID
coreJobIDoptional.StringFilter by coreJobID
scheduledJobIDoptional.StringFilter by scheduledJobID(s) separated by commas
modifiedBeforeoptional.Int64Filter by items modified before expressed as timestamp
modifiedAfteroptional.Int64Filter by items modified after expressed as timestamp
createdBeforeoptional.Int64Filter items where created date is before this date
createdAfteroptional.Int64Filter items where created date is after this date

Return type

GetJobListResponse

Authorization

api_key

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json
Additional Technical Documentation Information
Properties
5/30/2024 10:22 PM
5/30/2024 10:27 PM
5/30/2024 10:27 PM
Documentation
Documentation
000005149
Translation Information
English

Powered by