# FAQ

## Get published jobs count?

You just need to read the `X-Total` header of the `GET /external/jobs` endpoint.

* Do not forget to filter your jobs by status (see: `?status=published`)
* The default “Spontaneous job” is part of the total count.

## How to get access to this API?&#x20;

You can send a request [in this form](https://help.welcometothejungle.com/) and explain your use case. We will be able to help you and open the right access.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.welcomekit.co/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
