This endpoint queries the requests made, by parameters, in a paginated way.
tracking_id (the ID of a tracking) or an ID generated by the API.['started', 'completed']).Defines which page of results you want to fetch.
Defines the maximum number of results you want to receive per page.
Name of the field to sort the requests by.
Sort direction: ‘asc’ or ‘desc’.
Returns requests of the specified reference type: ‘cpf’, ‘cnpj’, ‘oab’, or ‘lawsuit_cnj’.
Returns requests related to the provided CPF, CNPJ, OAB, or lawsuit number.
Returns requests whose lawsuit instance matches the one provided.
Returns requests whose origin matches the one provided — can be ‘tracking’ or ‘api’.
Returns requests related to the origin ID, which can be a tracking_id (the ID of a tracking) or an ID generated by the API.
Returns requests whose status is one of ‘created’, ‘pending’, ‘started’, ‘cancelling’, ‘cancelled’, or ‘completed’. You may also pass more than one status as an array (e.g., ['started', 'completed'] ).
Returns requests whose distribution date is greater than or equal to the value provided.
Returns requests whose creation date is greater than or equal to the value provided.
Returns requests whose creation date is less than or equal to the value provided.
Returns requests whose update date is greater than or equal to the value provided.
Returns requests whose update date is less than or equal to the value provided.
Returns requests whose execution start date is greater than or equal to the value provided.
Returns requests whose execution start date is less than or equal to the value provided.
Returns requests whose cancellation date is greater than or equal to the value provided.
Returns requests whose cancellation date is less than or equal to the value provided.
Returns requests whose completion date is greater than or equal to the value provided.
Returns requests whose completion date is less than or equal to the value provided.