# Retrieve a Fax Use this endpoint for the [Fax](./index.mdx) method to retrieve a single fax by its [SID](/guides/what-is-a-sid/). ## Parameters | Parameter | Description | | :-- | : | | FaxSid required | The [SID](/guides/what-is-a-sid/) that uniquely identifies the fax to retrieve. | ## Request 200 OK
json { api_version: v1, date_created: 2018-11-26T20:00:00Z, date_updated: 2018-11-27T20:00:00Z, direction: outbound, from: +13103383454, media_url: https://example.com/fax.pdf, num_pages: null, price: null, price_unit: null, quality: null, status: queued, to: +13104456789, duration: null, links: { media: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472ac/Faxes/b3877c40-da60-4998-90ad-b792e98472fx/Media }, url: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472ac/Faxes/b3877c40-da60-4998-90ad-b792e98472fx }