client.media.list_spot_orders
A method of the Media endpoint.
- list_spot_orders(*, id: int = None, archived: str = None) ListResponse
List all spot orders
API URL:
GET /media/spot_ordersimport civis client = civis.APIClient() response = client.media.list_spot_orders(...)
- Parameters:
- idint, optional
The ID for the spot order.
- archivedstr, optional
The archival status of the items to return. One of: true, false, all. A blank value is read as ‘false’, which is also the default.
- Returns:
civis.ListResponse- idint
The ID for the spot order.
- archivedbool
The archival status of the requested item(s).