client.media.get_spot_orders
A method of the Media endpoint.
- get_spot_orders(id: int) Response
Show a single spot order
API URL:
GET /media/spot_orders/{id}import civis client = civis.APIClient() response = client.media.get_spot_orders(...)
- Parameters:
- idint
The ID for the spot order.
- Returns:
civis.Response- idint
The ID for the spot order.
- archivedbool
The archival status of the requested item(s).
- csv_s3_uristr
S3 URI for the spot order CSV file.
- json_s3_uristr
S3 URI for the spot order JSON file.
- xml_archive_s3_uristr
S3 URI for the spot order XML archive.
- last_transform_job_idint
ID of the spot order transformation job.