Skip to main content
GET
/
api
/
v1
/
billing
/
usage
/
deductions
/
by-task
Deductions by task
curl --request GET \
  --url https://api.webscraping.titannet.io/api/v1/billing/usage/deductions/by-task \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": "<unknown>"
}

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

JWT or API key as Bearer (e.g. titan_sk_…).

Query Parameters

from
string
required
to
string
required
task_id
string<uuid>
limit
integer
default:50
Required range: x <= 200
offset
integer

Response

OK

success
boolean
Example:

true

data
any