get https://api.sensible.so/v0/extractions
Use this endpoint to get a filtered list of past extractions.
This endpoint returns a summary for each extraction, listed in reverse chronological order.
To get details about an extraction, use the Retrieve extraction by ID endpoint.
This endpoint uses keyset pagination to retrieve the next page of results.
By default it returns a first page of 20 extractions and an opaque continuation_token
that you can pass in the next request to get the next page of results, until the endpoint returns continuation_token
to indicate the last page.
Use the limit
parameter to configure page size.