Skip to main content
GET
/
v2
/
csv-exports
/
{uuid_param}
Get CSV export
curl --request GET \
  --url http://localhost/api/v2/csv-exports/{uuid_param}
{
  "expires_at": "2023-11-07T05:31:56Z",
  "file_id": "<string>",
  "status": "pending"
}

Documentation Index

Fetch the complete documentation index at: https://docs.blockscout.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

uuid_param
string<uuid>
required

UUID for CSV export

Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

Query Parameters

apikey
string

API key for rate limiting or for sensitive endpoints

key
string

Secret key for getting access to restricted resources

Response

Status of CSV export.

expires_at
string<date-time> | null
file_id
string | null
status
enum<string>
Available options:
pending,
completed,
failed