action fec_get_operations_log { label: "get_operations_log" description: "\nThe Operations log contains details of each report loaded into the database. It is primarily\nused as status check to determine when all of the data processes, from initial entry through\nreview are complete.\n" provider: fec method: GET path: "/operations-log/" encoding: json input: { type: "object" properties: { amendment_indicator: { type: "array" items: { type: "string" } } api_key: { type: "string" } beginning_image_number: { type: "array" items: { type: "string" } } candidate_committee_id: { type: "array" items: { type: "string" } } form_type: { type: "array" items: { type: "string" } } max_coverage_end_date: { type: "string" format: "date" } max_receipt_date: { type: "string" format: "date" } max_transaction_data_complete_date: { type: "string" format: "date" } min_coverage_end_date: { type: "string" format: "date" } min_receipt_date: { type: "string" format: "date" } min_transaction_data_complete_date: { type: "string" format: "date" } page: { type: "integer" format: "int32" } per_page: { type: "integer" format: "int32" } report_type: { type: "array" items: { type: "string" } } report_year: { type: "array" items: { type: "integer" format: "int32" } } sort: { type: "array" items: { type: "string" } } sort_hide_null: { type: "boolean" } sort_null_only: { type: "boolean" } sort_nulls_last: { type: "boolean" } status_num: { type: "array" items: { type: "string" enum: ["0", "1"] } } } required: ["api_key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }