Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 910 Bytes

BatchSearch.md

File metadata and controls

30 lines (18 loc) · 910 Bytes

BatchSearch

Properties

Name Type Description Notes
id String ID of the batch search [optional]
name String Name of the batch report [optional]
createdBy String Email of the user who created the batch search [optional]
created OffsetDateTime Timestamp when the batch search was created [optional]
lastModified OffsetDateTime Timestamp when the batch search was created [optional]
status StatusEnum Status of the batch search [optional]
error ErrorResponse [optional]

Enum: StatusEnum

Name Value
ACCEPTED "Accepted"
RUNNING "Running"
COMPLETED "Completed"
FAILED "Failed"