Skip to main content
GET
/
api
/
v1
/
executions
/
{id}
/
results
/
export
Export results
curl --request GET \
  --url https://api.webscraping.titannet.io/api/v1/executions/{id}/results/export \
  --header 'Authorization: Bearer <token>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://webscraping.titannet.io/docs/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Query Parameters

format
enum<string>
default:json
Available options:
json,
ndjson,
csv
media_urls
string

Response

File stream

The response is of type file.